[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
@@ -12,6 +12,7 @@ dependencies {
compile(project(":compiler:frontend"))
compile(project(":compiler:frontend.java"))
compile(project(":compiler:cli"))
compile(project(":compiler:cli-js"))
compile(project(":kotlin-build-common"))
compile(project(":compiler:daemon-common"))
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }