Remove experimental implementation of Kotlin Compiler Daemon

#KT-50846 Fixed
This commit is contained in:
Andrey Uskov
2022-01-26 23:34:30 +04:00
committed by teamcity
parent 94f690a10e
commit c9e0100214
72 changed files with 0 additions and 7812 deletions
@@ -16,12 +16,10 @@ val testCompilationClasspath by configurations.creating
dependencies {
embedded(project(":compiler:cli-common")) { isTransitive = false }
embedded(project(":daemon-common")) { isTransitive = false }
embedded(project(":daemon-common-new")) { isTransitive = false }
embedded(project(":kotlin-daemon-client")) { isTransitive = false }
testApi(project(":compiler:cli-common"))
testApi(project(":daemon-common"))
testApi(project(":daemon-common-new"))
testApi(project(":kotlin-daemon-client"))
testApi(commonDependency("junit:junit"))
testApi(project(":kotlin-test:kotlin-test-jvm"))