2018-12-07 20:11:50 +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.
|
2019-06-27 22:56:23 +00:00
|
|
|
org.gradle.jvmargs=-Xmx4096m
|
2018-12-07 20:11:50 +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
|
|
|
|
# org.gradle.parallel=true
|
|
|
|
# Kotlin code style for this project: "official" or "obsolete":
|
|
|
|
kotlin.code.style=official
|
2019-01-07 21:47:47 +00:00
|
|
|
android.useAndroidX=true
|
2019-02-12 20:54:02 +00:00
|
|
|
android.enableJetifier=true
|
2019-04-19 01:16:14 +00:00
|
|
|
android.enableR8=true
|
2019-05-07 21:36:37 +00:00
|
|
|
android.enableR8.fullMode=true
|
2019-08-21 15:32:01 +00:00
|
|
|
android.enableUnitTestBinaryResources=false
|
2019-05-01 20:58:30 +00:00
|
|
|
org.gradle.parallel=false
|