mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
* Enable R8 fullMode * No need to keep jetpack libs https://android.googlesource.com/platform/frameworks/support/+/refs/heads/androidx-main/annotation/annotation/src/main/resources/META-INF/proguard/androidx-annotations.pro * Add packaging exclude rules
16 lines
577 B
Properties
16 lines
577 B
Properties
# https://developer.android.com/studio/build/shrink-code#full-mode
|
|
android.enableR8.fullMode=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 -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
|