22 lines
537 B
Properties
22 lines
537 B
Properties
# Project-wide Gradle settings.
|
|
|
|
# IDE (e.g. Android Studio) users:
|
|
# Gradle settings configured through the IDE *will override*
|
|
# any settings specified in this file.
|
|
|
|
# AndroidX package structure
|
|
android.useAndroidX=true
|
|
android.enableJetifier=true
|
|
|
|
# Kotlin code style
|
|
kotlin.code.style=official
|
|
|
|
# JVM arguments for Gradle daemon
|
|
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8
|
|
|
|
# Enables namespacing of each library's R class
|
|
android.nonTransitiveRClass=true
|
|
|
|
# Enables new Kotlin incremental compilation
|
|
kotlin.incremental=true
|