Skip to content

Commit 0a9fe66

Browse files
committed
Enable HMPP
1 parent a484cad commit 0a9fe66

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

gradle.properties

+4-1
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,7 @@ org.gradle.jvmargs=-Xmx2g
5454

5555
# Workaround for Bintray treating .sha512 files as artifacts
5656
# https://github.com/gradle/gradle/issues/11412
57-
systemProp.org.gradle.internal.publish.checksums.insecure=true
57+
systemProp.org.gradle.internal.publish.checksums.insecure=true
58+
59+
kotlin.mpp.enableGranularSourceSetsMetadata=true
60+
kotlin.mpp.enableCompatibilityMetadataVariant=true

0 commit comments

Comments
 (0)