diff --git a/idea/idea-gradle/build.gradle.kts b/idea/idea-gradle/build.gradle.kts index 09bd994ed8e..9f6fb41f326 100644 --- a/idea/idea-gradle/build.gradle.kts +++ b/idea/idea-gradle/build.gradle.kts @@ -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")) diff --git a/prepare/idea-plugin/build.gradle.kts b/prepare/idea-plugin/build.gradle.kts index dd722b337f9..68765d18e25 100644 --- a/prepare/idea-plugin/build.gradle.kts +++ b/prepare/idea-plugin/build.gradle.kts @@ -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",