mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
* Set lawnWithQuickstep as the default productFlavor * Disable Jetifier * Remove obsoleteApi flag * Add flags
14 lines
479 B
Properties
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
|