|
1 |
| -# Project-wide Gradle settings. |
2 |
| - |
3 |
| -# IDE (e.g. Android Studio) users: |
4 |
| -# Gradle settings configured through the IDE *will override* |
5 |
| -# any settings specified in this file. |
6 |
| - |
7 |
| -# For more details on how to configure your build environment visit |
| 1 | +## For more details on how to configure your build environment visit |
8 | 2 | # http://www.gradle.org/docs/current/userguide/build_environment.html
|
9 |
| - |
| 3 | +# |
10 | 4 | # Specifies the JVM arguments used for the daemon process.
|
11 | 5 | # The setting is particularly useful for tweaking memory settings.
|
12 |
| -# Default value: -Xmx10248m -XX:MaxPermSize=256m |
| 6 | +# Default value: -Xmx1024m -XX:MaxPermSize=256m |
13 | 7 | # org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
14 |
| - |
| 8 | +# |
15 | 9 | # When configured, Gradle will run in incubating parallel mode.
|
16 | 10 | # This option should only be used with decoupled projects. More details, visit
|
17 | 11 | # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
18 | 12 | # org.gradle.parallel=true
|
19 |
| -android.enableBuildCache=true |
20 |
| -android.enableD8=true |
| 13 | +#Wed Feb 26 13:11:31 CST 2020 |
| 14 | +android.enableJetifier=true |
| 15 | +org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M" |
21 | 16 | android.buildCacheDir=./build/buildCache/
|
22 |
| - |
23 |
| -# AndroidX package structure to make it clearer which packages are bundled with the |
24 |
| -# Android operating system, and which are packaged with your app's APK |
25 |
| -# https://developer.android.com/topic/libraries/support-library/androidx-rn |
26 | 17 | android.useAndroidX=true
|
27 |
| -# Automatically convert third-party libraries to use AndroidX |
28 |
| -android.enableJetifier=true |
| 18 | +android.enableD8=true |
| 19 | +android.enableBuildCache=true |
0 commit comments