diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/android/gradle.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/android/gradle.properties b/src/android/gradle.properties index 653a35ce8..e2f278f33 100644 --- a/src/android/gradle.properties +++ b/src/android/gradle.properties | |||
| @@ -9,8 +9,9 @@ | |||
| 9 | # http://www.gradle.org/docs/current/userguide/build_environment.html | 9 | # http://www.gradle.org/docs/current/userguide/build_environment.html |
| 10 | # Specifies the JVM arguments used for the daemon process. | 10 | # Specifies the JVM arguments used for the daemon process. |
| 11 | # The setting is particularly useful for tweaking memory settings. | 11 | # The setting is particularly useful for tweaking memory settings. |
| 12 | org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 | 12 | org.gradle.jvmargs=-Xms512m -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 |
| 13 | android.useAndroidX=true | 13 | android.useAndroidX=true |
| 14 | # Kotlin code style for this project: "official" or "obsolete": | 14 | # Kotlin code style for this project: "official" or "obsolete": |
| 15 | kotlin.code.style=official | 15 | kotlin.code.style=official |
| 16 | kotlin.parallel.tasks.in.project=true | ||
| 16 | android.defaults.buildfeatures.buildconfig=true | 17 | android.defaults.buildfeatures.buildconfig=true |