Introduce new Kotlin Daemon without RMI abstraction

Original commit: ced973b707
This commit is contained in:
Vadim Brilyantov
2019-02-28 17:30:35 +03:00
parent b5741d3120
commit 5b697b0c98
+1
View File
@@ -11,6 +11,7 @@ dependencies {
compile(project(":core:descriptors.jvm"))
compile(project(":kotlin-compiler-runner"))
compile(project(":compiler:daemon-common"))
compile(project(":compiler:daemon-common-new"))
compile(projectRuntimeJar(":kotlin-daemon-client"))
compile(project(":compiler:frontend.java"))
compile(project(":js:js.frontend"))