Add coroutines-experimental-compat to idea plugin dist

It is required as a runtime dependency to instantiate async scripting
resolvers when importing Gradle 4.9 Kotlin DSL projects.

#KT-36083
This commit is contained in:
Ilya Gorbunov
2020-01-22 06:41:51 +03:00
parent 9f8e3dad33
commit f465e7a957
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -25,6 +25,7 @@ dependencies {
compileOnly(intellijPluginDep("Groovy"))
compileOnly(intellijPluginDep("junit"))
compileOnly(intellijPluginDep("testng"))
runtimeOnly(project(":kotlin-coroutines-experimental-compat"))
compileOnly(project(":kotlin-gradle-statistics"))
+1
View File
@@ -97,6 +97,7 @@ val projectsToShadow by extra(listOf(
// Projects published to maven copied to the plugin as separate jars
val libraryProjects = listOf(
":kotlin-reflect",
":kotlin-coroutines-experimental-compat",
":kotlin-compiler-client-embeddable",
":kotlin-daemon-client",
":kotlin-daemon-client-new",