Drop unnecessary dependency from embeddable compiler to daemon

This commit is contained in:
Ilya Chernikov
2020-04-20 10:05:04 +02:00
parent c2eaa3d955
commit 86d47b496b
2 changed files with 1 additions and 1 deletions
@@ -24,6 +24,7 @@ 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())