839d8bcc04
- Update AGP in version catalog to 8.0.2 - Set Java version to 17 - Enable non-final resource IDs
14 lines
665 B
Properties
14 lines
665 B
Properties
org.gradle.caching=true
|
|
# If jvmargs is changed then the default values must also be included, see https://github.com/gradle/gradle/issues/19750
|
|
org.gradle.jvmargs=-XX:+UseParallelGC -Xmx4g -Dfile.encoding=UTF-8 -XX:MaxMetaspaceSize=2g -XX:+HeapDumpOnOutOfMemoryError -Xms256m
|
|
# use parallel execution
|
|
org.gradle.parallel=true
|
|
org.gradle.configuration-cache=true
|
|
|
|
# https://blog.jetbrains.com/kotlin/2022/07/a-new-approach-to-incremental-compilation-in-kotlin/
|
|
kotlin.incremental.useClasspathSnapshot=true
|
|
|
|
# Disable buildFeatures flags by default
|
|
android.defaults.buildfeatures.resvalues=false
|
|
android.defaults.buildfeatures.shaders=false
|
|
android.useAndroidX=true
|