Skip to content

Commit e0b2b4c

Browse files
authored
Add flag to enable compatibility with non-hierarchical projects (#1118)
1 parent 23872fe commit e0b2b4c

File tree

2 files changed

+1979
-0
lines changed

2 files changed

+1979
-0
lines changed

gradle.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ kotlin.mpp.stability.nowarn=true
99
# https://issues.sonatype.org/browse/NEXUS-21802
1010
systemProp.org.gradle.internal.publish.checksums.insecure=true
1111

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+
1216
GROUP=com.squareup.okio
1317
VERSION_NAME=3.1.0
1418
kotlin.mpp.commonizerLogLevel=info

0 commit comments

Comments
 (0)