-
Notifications
You must be signed in to change notification settings - Fork 122
Expand file tree
/
Copy pathgradle.properties
More file actions
35 lines (26 loc) · 843 Bytes
/
gradle.properties
File metadata and controls
35 lines (26 loc) · 843 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
30
31
32
33
34
#Gradle
org.gradle.caching=true
org.gradle.jvmargs=-Xmx4g -Dkotlin.daemon.jvm.options\="-Xmx4096M"
org.gradle.parallel=true
#Kotlin
kotlin.code.style=official
kotlin.native.binary.smallBinary=true
#Android
android.useAndroidX=true
android.experimental.enableScreenshotTest=true
#MPP
kotlin.mpp.enableCInteropCommonization=true
kotlin.mpp.stability.nowarn=true
kotlin.mpp.androidSourceSetLayoutVersion=2
org.jetbrains.compose.experimental.uikit.enabled=true
org.jetbrains.compose.experimental.macos.enabled=true
org.jetbrains.compose.experimental.wasm.enabled=true
org.jetbrains.compose.experimental.jscanvas.enabled=true
xcodeproj=./iosApp
ksp.allow.all.target.configuration=false
# KMMBridge
LIBRARY_VERSION=0.9
GROUP=dev.johnoreilly.confetti
# Uncomment to enable record mode
#roborazzi.test.verify=true
#roborazzi.test.record=true