Exclude the :compiler:cli-js from the kotlin-compiler-fe10-for-ide.jar

:compiler:cli already excluded and :compiler:cli-js have references
to the classes from :cli.

P.s. the excluded list for kotlin-compiler-for-ide artifact is way more
we need to review that and refactor
This commit is contained in:
Stanislav Erokhin
2022-01-21 13:17:24 +01:00
committed by TeamCityServer
parent a655f9da58
commit 0347a737f6
@@ -6,6 +6,7 @@ val fe10CompilerModules: Array<String> by rootProject.extra
val excludedCompilerModules = listOf(
":compiler:cli",
":compiler:cli-js",
":compiler:javac-wrapper",
":compiler:incremental-compilation-impl"
)