Upgrade to Coroutines 1.2.0-alpha
This commit also switches on kotlin-compiler-embeddable to improve isolation of its dependencies See gh-19975
This commit is contained in:
@@ -73,7 +73,7 @@ dependencies {
|
||||
testCompile("io.reactivex.rxjava2:rxjava:${rxjava2Version}")
|
||||
testCompile("org.jetbrains.kotlin:kotlin-script-runtime:${kotlinVersion}")
|
||||
testRuntime("org.jetbrains.kotlin:kotlin-script-util:${kotlinVersion}")
|
||||
testRuntime("org.jetbrains.kotlin:kotlin-compiler:${kotlinVersion}")
|
||||
testRuntime("org.jetbrains.kotlin:kotlin-compiler-embeddable:${kotlinVersion}")
|
||||
testRuntime("org.jruby:jruby:9.2.6.0")
|
||||
testRuntime("org.python:jython-standalone:2.7.1")
|
||||
testRuntime("org.webjars:underscorejs:1.8.3")
|
||||
|
||||
Reference in New Issue
Block a user