22 lines
652 B
Properties
22 lines
652 B
Properties
# Project-wide Gradle settings.
|
|
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8
|
|
org.gradle.parallel=true
|
|
org.gradle.caching=true
|
|
org.gradle.configureondemand=true
|
|
|
|
# Android X settings
|
|
android.useAndroidX=true
|
|
android.enableJetifier=true
|
|
kotlin.incremental=true
|
|
|
|
# Kotlin code style
|
|
kotlin.code.style=official
|
|
|
|
# Enables namespacing of each library's R class so that its R class includes only the
|
|
# resources declared in the library itself and none from the library's dependencies,
|
|
# thereby reducing the size of the R class for that library
|
|
android.nonTransitiveRClass=true
|
|
|
|
# Disable Gradle daemon for CI/CD environments
|
|
# org.gradle.daemon=false
|