Browse Source
Merge pull request #10643 from 8bitDream/gradle-config
android: Improve Gradle build configuration
pull/15/merge
Narr the Reg
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
src/android/gradle.properties
|
|
|
@ -9,8 +9,9 @@ |
|
|
|
# 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. |
|
|
|
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 |
|
|
|
org.gradle.jvmargs=-Xms512m -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 |
|
|
|
android.useAndroidX=true |
|
|
|
# Kotlin code style for this project: "official" or "obsolete": |
|
|
|
kotlin.code.style=official |
|
|
|
kotlin.parallel.tasks.in.project=true |
|
|
|
android.defaults.buildfeatures.buildconfig=true |