Files
lawnchair/gradle.properties
Goooler f4cf84026a Speed up build a bit (#2913)
* Set lawnWithQuickstep as the default productFlavor

* Disable Jetifier

* Remove obsoleteApi flag

* Add flags
2022-09-07 13:37:05 +08:00

14 lines
479 B
Properties

android.nonTransitiveRClass=true
android.useAndroidX=true
kotlin.code.style=official
# https://blog.jetbrains.com/kotlin/2022/07/a-new-approach-to-incremental-compilation-in-kotlin/
kotlin.incremental.useClasspathSnapshot=true
org.gradle.caching=true
org.gradle.jvmargs=-Xmx4g -XX:+UseParallelGC -Dfile.encoding=UTF-8
org.gradle.parallel=true
# https://docs.gradle.org/7.4/userguide/configuration_cache.html
org.gradle.unsafe.configuration-cache=true
org.gradle.vfs.watch=true