-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
20 lines (19 loc) · 880 Bytes
/
Copy pathgradle.properties
File metadata and controls
20 lines (19 loc) · 880 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
kotlin.code.style=official
kotlin.mpp.androidSourceSetLayoutVersion=2
kotlin.mpp.applyDefaultHierarchyTemplate=true
kotlin.native.cacheKind=none
kotlin.native.binary.gc=cms
android.useAndroidX=true
android.nonTransitiveRClass=true
org.jetbrains.compose.experimental.uikit.enabled=true
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.jvmargs=-Xmx4g -Dfile.encoding=UTF-8 -XX:+UseParallelGC
# The Kotlin daemon hosts the Kotlin/Native backend; linking many iOS test
# binaries in parallel OOMs its default heap (seen with `allTests` locally).
kotlin.daemon.jvmargs=-Xmx4g
# AGP 8.7.3 lint chokes on newer installed SDK components ("For input string:
# \"37.0\"" in lintVitalAnalyzeRelease). Use a newer lint than AGP until the
# AGP upgrade lands (the property is the official escape hatch).
android.experimental.lint.version=8.12.0