Skip to content

Commit f0195b5

Browse files
committed
Enable compatibility with non-hierarchical multiplatform projects
See: #71 (comment) See: https://kotlinlang.org/docs/multiplatform-hierarchy.html#for-library-authors
1 parent 1cdecfd commit f0195b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle.properties

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ version=1.1.16-SNAPSHOT
33

44
kotlin.code.style=official
55
kotlin.native.ignoreDisabledTargets=true
6+
kotlin.mpp.enableCompatibilityMetadataVariant=true
67
kotlin.mpp.stability.nowarn=true
78

89
org.gradle.jvmargs=-XX:MaxMetaspaceSize=1g

0 commit comments

Comments
 (0)