Remove new kotlin daemon from dist
hopefully temporarily, also see #KTI-173
This commit is contained in:
@@ -84,7 +84,8 @@ val distLibraryProjects = listOfNotNull(
|
||||
":kotlin-coroutines-experimental-compat",
|
||||
":kotlin-daemon",
|
||||
":kotlin-daemon-client",
|
||||
":kotlin-daemon-client-new",
|
||||
// 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",
|
||||
@@ -148,7 +149,6 @@ dependencies {
|
||||
}
|
||||
|
||||
libraries(intellijDep()) { includeIntellijCoreJarDependencies(project) { it.startsWith("trove4j") } }
|
||||
libraries(commonDep("io.ktor", "ktor-network"))
|
||||
libraries(kotlinStdlib("jdk8"))
|
||||
if (!kotlinBuildProperties.isInJpsBuildIdeaSync) {
|
||||
libraries(kotlinStdlib("js", "distLibrary"))
|
||||
|
||||
Reference in New Issue
Block a user