From e5e03867773fe252e635180eb25d75f3703ace34 Mon Sep 17 00:00:00 2001 From: zypherift Date: Sun, 5 Apr 2026 02:01:14 +0200 Subject: [PATCH] Set Kotlin compiler strategy to in-process for CI --- refilc/android/gradle.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/refilc/android/gradle.properties b/refilc/android/gradle.properties index 23f4a331..1c2f9871 100644 --- a/refilc/android/gradle.properties +++ b/refilc/android/gradle.properties @@ -2,4 +2,5 @@ org.gradle.jvmargs=-Xmx6G -XX:MaxMetaspaceSize=4G -XX:+HeapDumpOnOutOfMemoryErro android.useAndroidX=true android.enableJetifier=true org.gradle.parallel=true +kotlin.compiler.execution.strategy=in-process # kotlin.jvm.target.validation.mode=IGNORE \ No newline at end of file