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
-1
View File
@@ -43,7 +43,6 @@ dependencies {
testCompileOnly(project(":compiler:frontend"))
testCompileOnly(project(":compiler:cli"))
testCompileOnly(project(":compiler:cli-js"))
testCompileOnly(project(":compiler:cli-js-klib"))
testCompileOnly(project(":compiler:util"))
testCompileOnly(intellijCoreDep()) { includeJars("intellij-core") }
testCompileOnly(intellijDep()) { includeJars("idea", "idea_rt", "util") }