Add kotlinx.coroutines to IDEA dependencies

Add some cool coroutine-based stuff
Like CoroutineDispatcher for EDT
This commit is contained in:
Simon Ogorodnik
2017-03-29 22:21:15 +03:00
parent f255f2a1e0
commit 6cbeffe4b2
6 changed files with 53 additions and 0 deletions
+7
View File
@@ -33,6 +33,8 @@
<property name="uast.version" value="1.0.12"/>
<property name="kotlinx.coroutines.version" value="0.14.1"/>
<property name="generators" value="${basedir}/generators"/>
<property name="idea.dir" value="ideaSDK"/>
@@ -240,6 +242,11 @@
<get-maven-library prefix="org/jetbrains/uast" lib="uast-java" version="${uast.version}" target.jar.name.base="uast-java" server="${uast.server}"/>
<get-maven-library prefix="org/jetbrains/uast" lib="uast-tests" version="${uast.version}" target.jar.name.base="uast-tests" server="${uast.server}"/>
<!-- kotlinx.coroutines -->
<get-maven-library prefix="org/jetbrains/kotlinx" lib="kotlinx-coroutines-core" version="${kotlinx.coroutines.version}"
target.jar.name.base="kotlinx-coroutines-core" server="http://dl.bintray.com/kotlin/kotlinx/"/>
<!-- Closure Compiler -->
<!-- A download url taken from http://code.google.com/p/closure-compiler/wiki/BinaryDownloads -->
<get src="http://dl.google.com/closure-compiler/compiler-20160315.zip"