Remove experimental implementation of Kotlin Compiler Daemon
#KT-50846 Fixed
This commit is contained in:
@@ -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"))
|
||||
|
||||
@@ -85,7 +85,6 @@ val distLibraryProjects = listOfNotNull(
|
||||
":kotlin-daemon",
|
||||
":kotlin-daemon-client",
|
||||
// TODO: uncomment when new daemon will be put back into dist
|
||||
// ":kotlin-daemon-client-new",
|
||||
":kotlin-imports-dumper-compiler-plugin",
|
||||
":kotlin-main-kts",
|
||||
":kotlin-preloader",
|
||||
|
||||
Reference in New Issue
Block a user