fixup! Add runtime dependency on experimental coroutines to :kotlin-scripting-compiler-impl
This commit is contained in:
@@ -24,6 +24,7 @@ dependencies {
|
|||||||
compileOnly(intellijPluginDep("Groovy"))
|
compileOnly(intellijPluginDep("Groovy"))
|
||||||
compileOnly(intellijPluginDep("junit"))
|
compileOnly(intellijPluginDep("junit"))
|
||||||
compileOnly(intellijPluginDep("testng"))
|
compileOnly(intellijPluginDep("testng"))
|
||||||
|
runtimeOnly( "org.jetbrains.kotlin:kotlin-coroutines-experimental-compat:1.4.20")
|
||||||
|
|
||||||
compileOnly(project(":kotlin-gradle-statistics"))
|
compileOnly(project(":kotlin-gradle-statistics"))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user