Files
Lawnchair/gradle.properties
T
2026-01-28 11:44:29 +08:00

14 lines
445 B
Properties

# Improve build performance by enabling R8 parallelism.
android.r8.maxWorkers=4
kotlin.code.style=official
org.gradle.caching=true
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1g -Dfile.encoding=UTF-8 -XX:+UseParallelGC
org.gradle.parallel=true
org.gradle.configuration-cache=true
org.gradle.configuration-cache.parallel=true
# Lawnchair-TODO(Cleanup): Remove these flags once all configuration and plugins support DSL
android.newDsl=false