18 lines
699 B
Properties
18 lines
699 B
Properties
# Project-wide Gradle settings.
|
|
# AndroidX package structure to make it clearer which packages are bundled with the
|
|
# Android operating system, and which are packaged with your app's APK
|
|
android.useAndroidX=true
|
|
|
|
# Kotlin code style for this project: "official" or "obsolete"
|
|
kotlin.code.style=official
|
|
|
|
# Increase heap size for Gradle
|
|
org.gradle.jvmargs=-Xmx4096m -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError
|
|
org.gradle.daemon=true
|
|
org.gradle.parallel=true
|
|
org.gradle.caching=true
|
|
|
|
# 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
|
|
android.nonTransitiveRClass=true
|