|
|
@ -6,6 +6,9 @@
|
|
|
|
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
|
|
|
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
|
|
|
# Specifies the JVM arguments used for the daemon process.
|
|
|
|
# Specifies the JVM arguments used for the daemon process.
|
|
|
|
# The setting is particularly useful for tweaking memory settings.
|
|
|
|
# The setting is particularly useful for tweaking memory settings.
|
|
|
|
|
|
|
|
org.gradle.configureondemand=true
|
|
|
|
|
|
|
|
org.gradle.caching=true
|
|
|
|
|
|
|
|
org.gradle.parallel=true
|
|
|
|
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
|
|
|
|
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
|
|
|
|
# When configured, Gradle will run in incubating parallel mode.
|
|
|
|
# When configured, Gradle will run in incubating parallel mode.
|
|
|
|
# This option should only be used with decoupled projects. More details, visit
|
|
|
|
# This option should only be used with decoupled projects. More details, visit
|
|
|
@ -18,4 +21,6 @@ android.useAndroidX=true
|
|
|
|
# Automatically convert third-party libraries to use AndroidX
|
|
|
|
# Automatically convert third-party libraries to use AndroidX
|
|
|
|
android.enableJetifier=true
|
|
|
|
android.enableJetifier=true
|
|
|
|
# Kotlin code style for this project: "official" or "obsolete":
|
|
|
|
# Kotlin code style for this project: "official" or "obsolete":
|
|
|
|
kotlin.code.style=official
|
|
|
|
kotlin.code.style=official
|
|
|
|
|
|
|
|
# Allow kapt to use incremental processing
|
|
|
|
|
|
|
|
kapt.incremental.apt=true
|