-
Notifications
You must be signed in to change notification settings - Fork 11
/
gradle.properties
25 lines (21 loc) · 935 Bytes
/
gradle.properties
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
org.gradle.jvmargs=-Xmx16g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx16g" -XX:+UseParallelGC -XX:MaxMetaspaceSize=1g
org.gradle.parallel=true
org.gradle.daemon=true
org.gradle.configureondemand=true
org.gradle.caching=true
org.gradle.configuration-cache=true
kotlin.code.style=official
#kotlin.native.binary.memoryModel=experimental
#kotlin.native.enableDependencyPropagation=false
#kotlin.mpp.enableGranularSourceSetsMetadata=true
kotlin.mpp.enableCInteropCommonization=true
kotlin.mpp.androidSourceSetLayoutVersion=2
kotlin.mpp.androidGradlePluginCompatibility.nowarn=true
#kotlin.native.cacheKind=none
#compose.kotlin.native.manageCacheKind=false
org.jetbrains.compose.experimental.uikit.enabled=true
android.useAndroidX=true
android.nonTransitiveRClass=true
android.nonFinalResIds=true
android.experimental.androidTest.enableEmulatorControl=true
xcodeproj=iosApp/iosApp.xcworkspace