mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
15 lines
493 B
Properties
15 lines
493 B
Properties
android.debug.obsoleteApi=true
|
|
android.enableJetifier=true
|
|
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 -Dfile.encoding=UTF-8
|
|
org.gradle.parallel=true
|
|
# https://docs.gradle.org/7.4/userguide/configuration_cache.html
|
|
org.gradle.unsafe.configuration-cache=true
|