diff --git a/libraries/commonConfiguration.gradle b/libraries/commonConfiguration.gradle index 10a330aacab..c8071ec9124 100644 --- a/libraries/commonConfiguration.gradle +++ b/libraries/commonConfiguration.gradle @@ -32,8 +32,6 @@ ext.configureJvmProject = { Project project -> kotlinOptions.jdkHome = JDK_16 doFirst { System.setProperty("kotlin.colors.enabled", "false") - // TODO: fix daemon compatibility (if possible) and remove in-process compilation here - System.setProperty("kotlin.compiler.execution.strategy", "in-process") } }