Remove obsolete module cli-js-klib

It's no longer used anywhere in the build.
This commit is contained in:
Alexander Udalov
2021-04-11 14:01:15 +02:00
parent 988d1365a8
commit 005aa57f6d
5 changed files with 1 additions and 178 deletions
@@ -2,7 +2,6 @@ idePluginDependency {
val compilerModules: Array<String> by rootProject.extra
val excludedCompilerModules = listOf(
":compiler:cli-js-klib",
":compiler:javac-wrapper",
":compiler:backend.js",
":compiler:backend.wasm",
@@ -26,4 +25,4 @@ idePluginDependency {
projects = projects,
libraryDependencies = listOf(protobufFull())
)
}
}