[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
@@ -6,6 +6,7 @@ plugins {
dependencies {
compile(project(":compiler:cli"))
compile(project(":compiler:cli-js"))
compile(project(":compiler:daemon-common"))
compile(project(":compiler:incremental-compilation-impl"))
compile(project(":kotlin-build-common"))