Don't set kotlin.daemon.enabled flag.

This flag just check on exists in compiler.
https://github.com/JetBrains/kotlin/blob/6b327d23808dc69c85c4b080df53f1fc70950cdc/compiler/daemon/daemon-common/src/org/jetbrains/kotlin/daemon/common/DaemonParams.kt#L257

GitOrigin-RevId: 946c6d3f72031c931c335dce069dd2767f2861c5
This commit is contained in:
Mikhail Filippov
2022-01-12 16:50:51 +00:00
committed by intellij-monorepo-bot
parent ed360ef370
commit 19dc802c2c
@@ -42,7 +42,6 @@ public class JpsBuild {
System.setProperty(PathManager.PROPERTY_HOME_PATH, ideaHomePath.toString());
System.setProperty("kotlin.incremental.compilation", "true");
System.setProperty("kotlin.daemon.enabled", "false");
System.setProperty(GlobalOptions.COMPILE_PARALLEL_OPTION, "true");
System.setProperty(JpsGroovycRunner.GROOVYC_IN_PROCESS, "true");