Clean-up coroutines usage in scripting libs and plugin

#KT-30778 fixed (again)
This commit is contained in:
Ilya Chernikov
2021-06-08 19:25:27 +02:00
committed by teamcityserver
parent 49e0b639f8
commit 6911860cca
2 changed files with 2 additions and 0 deletions
@@ -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"))
}