2017-01-21 16:55:27 +00:00
|
|
|
# Project-wide Gradle settings.
|
|
|
|
|
|
|
|
# IDE (e.g. Android Studio) users:
|
|
|
|
# Gradle settings configured through the IDE *will override*
|
|
|
|
# any settings specified in this file.
|
|
|
|
|
|
|
|
# For more details on how to configure your build environment visit
|
|
|
|
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
|
|
|
|
|
|
|
# Specifies the JVM arguments used for the daemon process.
|
|
|
|
# The setting is particularly useful for tweaking memory settings.
|
2023-10-30 20:05:02 +00:00
|
|
|
org.gradle.jvmargs=-Xmx6144m
|
2017-01-21 16:55:27 +00: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
|
2019-04-24 02:21:49 +00:00
|
|
|
org.gradle.parallel=true
|
2022-06-10 17:32:18 +00:00
|
|
|
org.gradle.workers.max=5
|
2020-04-25 13:56:10 +00:00
|
|
|
|
|
|
|
org.gradle.caching=true
|
2020-06-19 02:53:30 +00:00
|
|
|
|
|
|
|
# Enable AndroidX dependencies
|
|
|
|
android.useAndroidX=true
|
2024-01-14 20:04:00 +00:00
|
|
|
android.nonTransitiveRClass=false
|
|
|
|
android.nonFinalResIds=false
|