Revert "Drop unnecessary dependency from embeddable compiler to daemon"

The commit breaks gradle plugin, because it relies on this dependency.
This reverts commit 86d47b49
This commit is contained in:
Ilya Chernikov
2020-04-23 11:21:27 +02:00
parent b74652aa5b
commit 8616864e6b
2 changed files with 1 additions and 1 deletions
@@ -24,7 +24,6 @@ dependencies {
testCompile(project(":kotlin-test:kotlin-test-junit"))
testRuntime(project(":kotlin-reflect"))
compilerClasspath(project(":kotlin-compiler-embeddable"))
compilerClasspath(project(":kotlin-daemon-embeddable"))
compilerClasspath(project(":kotlin-scripting-compiler-embeddable"))
compilerClasspath(project(":kotlin-reflect"))
compilerClasspath(kotlinStdlib())
@@ -11,6 +11,7 @@ dependencies {
runtime(kotlinStdlib())
runtime(project(":kotlin-script-runtime"))
runtime(project(":kotlin-reflect"))
runtime(project(":kotlin-daemon-embeddable"))
runtime(commonDep("org.jetbrains.intellij.deps", "trove4j"))
testCompile(commonDep("junit:junit"))
testCompile(project(":kotlin-test:kotlin-test-junit"))