Build: Add proper kotlin-compiler-runner-unshaded for ide artifacts

Fixes tests in kt-212-master branch of kotlin plugin in
intellij-community repository
This commit is contained in:
Vyacheslav Gerasimov
2021-09-27 20:17:44 +03:00
parent 825ecc3a6f
commit 29787218e1
12 changed files with 36 additions and 13 deletions
@@ -11,7 +11,7 @@ val excludedCompilerModules = listOf(
)
val projects = commonCompilerModules.asList() - excludedCompilerModules + listOf(
":kotlin-compiler-runner",
":kotlin-compiler-runner-unshaded",
":kotlin-preloader",
":daemon-common",
":kotlin-daemon-client"
@@ -23,7 +23,7 @@ val excludedCompilerModules = listOf(
)
val projects = compilerModules.asList() - excludedCompilerModules + listOf(
":kotlin-compiler-runner",
":kotlin-compiler-runner-unshaded",
":kotlin-preloader",
":daemon-common",
":kotlin-daemon-client"