Hideout/gradle.properties

5 lines
276 B
Properties
Raw Normal View History

org.gradle.parallel=true
2023-06-02 08:31:54 +00:00
org.gradle.configureondemand=true
org.gradle.caching=true
org.gradle.jvmargs=-Xmx4096m -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC --add-opens=java.base/java.util.concurrent.locks=ALL-UNNAMED
kotlin.compiler.preciseCompilationResultsBackup=true