[CLI] Extract :compiler:cli-js from :compiler:cli

This commit is contained in:
Svyatoslav Kuzmich
2019-05-13 20:24:46 +03:00
parent 7efc29df7e
commit 91d16ee947
13 changed files with 47 additions and 8 deletions
+1
View File
@@ -22,6 +22,7 @@ dependencies {
testCompile(projectTests(":compiler:tests-common"))
testCompileOnly(project(":compiler:frontend"))
testCompileOnly(project(":compiler:cli"))
testCompileOnly(project(":compiler:cli-js"))
testCompileOnly(project(":compiler:util"))
testCompileOnly(intellijCoreDep()) { includeJars("intellij-core") }
testCompileOnly(intellijDep()) { includeJars("openapi", "idea", "idea_rt", "util") }