We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23872fe commit e0b2b4cCopy full SHA for e0b2b4c
gradle.properties
@@ -9,6 +9,10 @@ kotlin.mpp.stability.nowarn=true
9
# https://issues.sonatype.org/browse/NEXUS-21802
10
systemProp.org.gradle.internal.publish.checksums.insecure=true
11
12
+# Enable compatibility with non-hierarchical projects.
13
+# See https://kotlinlang.org/docs/multiplatform-hierarchy.html#for-library-authors
14
+kotlin.mpp.enableCompatibilityMetadataVariant=true
15
+
16
GROUP=com.squareup.okio
17
VERSION_NAME=3.1.0
18
kotlin.mpp.commonizerLogLevel=info
0 commit comments