Clean-up coroutines usage in scripting libs and plugin
#KT-30778 fixed (again)
This commit is contained in:
committed by
teamcityserver
parent
49e0b639f8
commit
6911860cca
@@ -8,6 +8,7 @@ project.updateJvmTarget("1.6")
|
||||
dependencies {
|
||||
compile(kotlinStdlib())
|
||||
compile(project(":kotlin-scripting-common"))
|
||||
testCompile(commonDep("org.jetbrains.kotlinx", "kotlinx-coroutines-core"))
|
||||
testCompile(commonDep("junit"))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user