File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,7 @@ enableComposeCompilerReports=true
44
44
# MPP
45
45
kotlin.mpp.enableCInteropCommonization =true
46
46
kotlin.mpp.stability.nowarn =true
47
- kotlin.mpp.androidSourceSetLayoutVersion =2
48
- kotlin.mpp.androidGradlePluginCompatibility.nowarn =true
49
- kotlin.native.ignoreIncorrectDependencies =true
47
+ kotlin.mpp.androidSourceSetLayoutVersion =2=true
50
48
kotlin.native.binary.memoryModel =experimental
51
49
kotlin.native.cacheKind =none
52
50
@@ -56,9 +54,6 @@ org.jetbrains.compose.experimental.macos.enabled=true
56
54
org.jetbrains.compose.experimental.jscanvas.enabled =true
57
55
compose.kotlin.native.manageCacheKind =false
58
56
59
- # Dokka
60
- org.jetbrains.dokka.experimental.gradle.pluginMode =V2EnabledWithHelpers
61
-
62
57
# Required to publish to Nexus (see https://github.com/gradle/gradle/issues/11308)
63
58
systemProp.org.gradle.internal.publish.checksums.insecure =true
64
59
You can’t perform that action at this time.
0 commit comments