-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
30 lines (23 loc) · 798 Bytes
/
Copy pathgradle.properties
File metadata and controls
30 lines (23 loc) · 798 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
28
29
# Android Build Configuration (AGP 9.0+)
android.nonTransitiveRClass=true
android.useAndroidX=true
android.builtInKotlin=true
# Gradle Performance & Behavior
org.gradle.caching=true
# High risk with certain plugins, but keep for now if it works
org.gradle.configuration-cache=true
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=3g -Dfile.encoding=UTF-8 -XX:+HeapDumpOnOutOfMemoryError
org.gradle.vfs.watch=true
# Kotlin Compiler
kotlin.code.style=official
kotlin.incremental=true
kotlin.parallel.tasks.in.project=true
# KSP
# Set to true once the build is stable
ksp.incremental=true
# Build performance optimizations
# Enable build cache for faster incremental builds
org.gradle.build-cache.remote.url=
# Dedicated Kotlin daemon memory
kotlin.daemon.jvmargs=-Xmx2g