11org.gradle.jvmargs =-Xmx4096m -Dfile.encoding=UTF-8
2+ org.gradle.unsafe.configuration-cache =false
3+
4+ org.jetbrains.compose.experimental.macos.enabled =true
5+ org.jetbrains.compose.experimental.uikit.enabled =true
6+ org.jetbrains.compose.experimental.jscanvas.enabled =true
7+
28android.useAndroidX =true
39android.enableJetifier =false
4- kotlin.code.style = official
10+ android.defaults.buildfeatures.buildconfig = false
511
6- kotlin.native.cacheKind = none
12+ kotlin.code.style = official
713kotlin.native.useEmbeddableCompilerJar =true
814# Enable kotlin/native experimental memory model
915kotlin.native.ignoreDisabledTargets =true
1016kotlin.native.binary.memoryModel =experimental
1117kotlin.mpp.stability.nowarn =true
12-
18+ kotlin.mpp.androidSourceSetLayoutVersion = 2
1319# Compose dependencies currently requires to be CompileOny if we want to both
1420# support Android only projects and multiplatform projects.
1521# based on the issue below, it seems to only have issues with compileOnly
@@ -19,14 +25,6 @@ kotlin.mpp.stability.nowarn=true
1925# https://youtrack.jetbrains.com/issue/KT-46377
2026kotlin.native.ignoreIncorrectDependencies =true
2127
22- android.defaults.buildfeatures.buildconfig = false
23-
24- org.jetbrains.compose.experimental.macos.enabled =true
25- org.jetbrains.compose.experimental.uikit.enabled =true
26- org.jetbrains.compose.experimental.jscanvas.enabled =true
27-
28- kotlin.mpp.androidSourceSetLayoutVersion =2
29-
3028# Maven
3129SONATYPE_HOST =S01
3230SONATYPE_AUTOMATIC_RELEASE =true
0 commit comments