-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathgradle.properties
More file actions
28 lines (22 loc) · 862 Bytes
/
gradle.properties
File metadata and controls
28 lines (22 loc) · 862 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
## ## keep in sync with gradle.properties in [example/ios/Supporting Files] ##
#Kotlin
kotlin.code.style=official
kotlin.mpp.stability.nowarn=true
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
#Android
android.useAndroidX=true
android.nonTransitiveRClass=true
# Gradle
# make sure this stays harmonized with other kaluga projects for daemon reuse
org.gradle.jvmargs=-Xmx10g -Xms256m -XX:MaxMetaspaceSize=800m -XX:+UseParallelGC -Dfile.encoding=UTF-8
org.gradle.parallel=true
# not possible yet for kaluga
# org.gradle.configuration-cache=true
#MPP
kotlin.mpp.enableCInteropCommonization=true
kotlin.incremental.native=false
kotlin.suppressGradlePluginWarnings=TestApiDependencyWarning
#Atomicfu
kotlinx.atomicfu.enableJvmIrTransformation=true
kotlinx.atomicfu.enableNativeIrTransformation=true
kotlinx.atomicfu.enableJsIrTransformation=true