2023-11-27 10:08:17 -06:00
|
|
|
## For more details on how to configure your build environment visit
|
2019-09-18 15:29:09 -05:00
|
|
|
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
2023-11-27 10:08:17 -06:00
|
|
|
#
|
2019-09-18 15:29:09 -05:00
|
|
|
# Specifies the JVM arguments used for the daemon process.
|
|
|
|
# The setting is particularly useful for tweaking memory settings.
|
2023-11-27 10:08:17 -06:00
|
|
|
# Default value: -Xmx1024m -XX:MaxPermSize=256m
|
|
|
|
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
|
|
|
#
|
2019-09-18 15:29:09 -05:00
|
|
|
# When configured, Gradle will run in incubating parallel mode.
|
|
|
|
# This option should only be used with decoupled projects. More details, visit
|
|
|
|
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
|
|
|
# org.gradle.parallel=true
|
2023-11-27 10:08:17 -06:00
|
|
|
#Tue Aug 22 15:52:38 CEST 2023
|
|
|
|
android.enableJetifier=true
|
|
|
|
android.nonFinalResIds=false
|
|
|
|
android.nonTransitiveRClass=false
|
|
|
|
android.useAndroidX=true
|
|
|
|
org.gradle.caching=true
|
|
|
|
org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M"
|
|
|
|
org.gradle.parallel=true
|