1+ # # For more details on how to configure your build environment visit
2+ # http://www.gradle.org/docs/current/userguide/build_environment.html
3+ #
4+ # Specifies the JVM arguments used for the daemon process.
5+ # The setting is particularly useful for tweaking memory settings.
6+ # Default value: -Xmx1024m -XX:MaxPermSize=256m
7+ # org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
8+ #
9+ # When configured, Gradle will run in incubating parallel mode.
10+ # This option should only be used with decoupled projects. For more details, visit
11+ # https://developer.android.com/r/tools/gradle-multi-project-decoupled-projects
12+ # org.gradle.parallel=true
13+ # Mon Jan 26 03:01:42 SGT 2026
14+ android.buildConfig =true
15+ android.enableR8.fullMode =false
16+ android.nonFinalResIds =true
17+ android.nonTransitiveRClass =true
18+ android.useAndroidX =true
19+ kotlin.compiler.execution.strategy =in-process
120org.gradle.daemon =true
2- org.gradle.jvmargs =-Xmx8g -Xms512m -XX:MaxMetaspaceSize =1g -Dkotlin.daemon.jvm.options =-Xmx4g -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC -Dfile.encoding =UTF-8
21+ org.gradle.jvmargs =-Xmx8192M -Xms512m -XX\ :MaxMetaspaceSize\ =1g -Dkotlin.daemon.jvm.options\="-Xmx8192M" -XX\ :+HeapDumpOnOutOfMemoryError -XX\ :+UseParallelGC -Dfile.encoding\ =UTF-8
322org.gradle.parallel =true
4- kotlin.compiler.execution.strategy =in-process
5- android.buildConfig = true
6- android.useAndroidX =true
7- android.nonTransitiveRClass =true
8- android.nonFinalResIds =true
9- android.enableR8.fullMode =false
0 commit comments