Drop forced in-process compilation (as interface compatibility is resolved)
This commit is contained in:
@@ -32,8 +32,6 @@ ext.configureJvmProject = { Project project ->
|
|||||||
kotlinOptions.jdkHome = JDK_16
|
kotlinOptions.jdkHome = JDK_16
|
||||||
doFirst {
|
doFirst {
|
||||||
System.setProperty("kotlin.colors.enabled", "false")
|
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")
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user