-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
24 lines (24 loc) · 818 Bytes
/
gradle.properties
File metadata and controls
24 lines (24 loc) · 818 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
kotlin.code.style=official
#Gradle
org.gradle.jvmargs=-Xmx4096M -Dfile.encoding=UTF-8
org.gradle.parallel=true
#Android
android.nonTransitiveRClass=true
android.useAndroidX=true
android.experimental.enableTestFixturesKotlinSupport=false
#Kotlin Multiplatform
kotlin.mpp.enableCInteropCommonization=true
kotlin.mpp.stability.nowarn=true
kotlin.incremental=false
kotlin.native.cacheKind=none
kotlin.daemon.jvmargs=-Xmx4096M
# Enable experimental Compose features
org.jetbrains.compose.experimental.jscanvas.enabled=true
org.jetbrains.compose.experimental.uikit.enabled=true
#Gradle Cache
org.gradle.caching=true
org.gradle.configuration-cache=true
# Disable some features to help with troubleshooting
kotlin.native.ignoreDisabledTargets=true
kotlin.mpp.androidSourceSetLayoutVersion=2
compose.desktop.production=false