Drop unnecessary dependency from embeddable compiler to daemon
This commit is contained in:
@@ -24,6 +24,7 @@ dependencies {
|
|||||||
testCompile(project(":kotlin-test:kotlin-test-junit"))
|
testCompile(project(":kotlin-test:kotlin-test-junit"))
|
||||||
testRuntime(project(":kotlin-reflect"))
|
testRuntime(project(":kotlin-reflect"))
|
||||||
compilerClasspath(project(":kotlin-compiler-embeddable"))
|
compilerClasspath(project(":kotlin-compiler-embeddable"))
|
||||||
|
compilerClasspath(project(":kotlin-daemon-embeddable"))
|
||||||
compilerClasspath(project(":kotlin-scripting-compiler-embeddable"))
|
compilerClasspath(project(":kotlin-scripting-compiler-embeddable"))
|
||||||
compilerClasspath(project(":kotlin-reflect"))
|
compilerClasspath(project(":kotlin-reflect"))
|
||||||
compilerClasspath(kotlinStdlib())
|
compilerClasspath(kotlinStdlib())
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ dependencies {
|
|||||||
runtime(kotlinStdlib())
|
runtime(kotlinStdlib())
|
||||||
runtime(project(":kotlin-script-runtime"))
|
runtime(project(":kotlin-script-runtime"))
|
||||||
runtime(project(":kotlin-reflect"))
|
runtime(project(":kotlin-reflect"))
|
||||||
runtime(project(":kotlin-daemon-embeddable"))
|
|
||||||
runtime(commonDep("org.jetbrains.intellij.deps", "trove4j"))
|
runtime(commonDep("org.jetbrains.intellij.deps", "trove4j"))
|
||||||
testCompile(commonDep("junit:junit"))
|
testCompile(commonDep("junit:junit"))
|
||||||
testCompile(project(":kotlin-test:kotlin-test-junit"))
|
testCompile(project(":kotlin-test:kotlin-test-junit"))
|
||||||
|
|||||||
Reference in New Issue
Block a user