-
Notifications
You must be signed in to change notification settings - Fork 743
Expand file tree
/
Copy pathgradle.properties
More file actions
27 lines (21 loc) · 879 Bytes
/
Copy pathgradle.properties
File metadata and controls
27 lines (21 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Gradle settings
# JVM arguments for Gradle
org.gradle.jvmargs=-Xmx4096m -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC -Dfile.encoding=UTF-8
# Enable parallel task execution and Gradle daemon
org.gradle.parallel=true
org.gradle.daemon=true
org.gradle.daemon.idletimeout=10800000
# Configuration cache settings
org.gradle.configuration-cache=true
# Show all warnings
org.gradle.warning.mode=all
# Kotlin code style
kotlin.code.style=official
# Default: true | Low Kotlin version is explicitly managed in `build.gradle`.
android.builtInKotlin=false
# Default: true | Build scripts may need DSL syntax updates.
android.newDsl=false
# Default: false | Release build may fail if R8 rules are incomplete.
android.r8.strictFullModeForKeepRules=true
# Default: false | Resources may be incorrectly removed, causing runtime crashes.
android.r8.optimizedResourceShrinking=true