Skip to content

Commit de84db6

Browse files
committed
Remove deprecated gradle properties
1 parent a406cfd commit de84db6

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

gradle.properties

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ enableComposeCompilerReports=true
4444
# MPP
4545
kotlin.mpp.enableCInteropCommonization=true
4646
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
5048
kotlin.native.binary.memoryModel=experimental
5149
kotlin.native.cacheKind=none
5250

@@ -56,9 +54,6 @@ org.jetbrains.compose.experimental.macos.enabled=true
5654
org.jetbrains.compose.experimental.jscanvas.enabled=true
5755
compose.kotlin.native.manageCacheKind=false
5856

59-
# Dokka
60-
org.jetbrains.dokka.experimental.gradle.pluginMode=V2EnabledWithHelpers
61-
6257
# Required to publish to Nexus (see https://github.com/gradle/gradle/issues/11308)
6358
systemProp.org.gradle.internal.publish.checksums.insecure=true
6459

0 commit comments

Comments
 (0)