Set Kotlin compiler strategy to in-process for CI

This commit is contained in:
zypherift
2026-04-05 02:01:14 +02:00
parent f9dfc808c4
commit e5e0386777

View File

@@ -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