[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(project(":compiler:util"))
testCompile(project(":compiler:cli-common"))
testCompile(project(":compiler:cli"))
testCompile(project(":compiler:cli-js"))
testCompile(project(":compiler:light-classes"))
testCompile(project(":compiler:serialization"))
testCompile(project(":kotlin-preloader"))