jps: implement mpp and js daemon compiler services

#KT-24635 fixed
This commit is contained in:
Sergey Rostov
2018-05-30 12:40:23 +03:00
parent b2fedd7b1e
commit 1cbef873ec
9 changed files with 216 additions and 29 deletions
@@ -16,6 +16,7 @@ dependencies {
compileOnly(project(":compiler:cli-common"))
compileOnly(project(":compiler:daemon-common"))
compileOnly(project(":kotlin-reflect-api"))
compileOnly(project(":js:js.frontend"))
compileOnly(commonDep("net.rubygrapefruit", "native-platform"))
compileOnly(intellijDep()) { includeIntellijCoreJarDependencies(project) }