Introduce new Kotlin Daemon without RMI abstraction
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import com.sun.javafx.scene.CameraHelper.project
|
||||
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
@@ -13,6 +14,9 @@ dependencies {
|
||||
compileOnly(project(":js:js.frontend"))
|
||||
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
|
||||
compileOnly(intellijDep()) { includeIntellijCoreJarDependencies(project) }
|
||||
compile(commonDep("org.jetbrains.kotlinx", "kotlinx-coroutines-jdk8")) {
|
||||
isTransitive = false
|
||||
}
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
Reference in New Issue
Block a user