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 b051c42 commit e39b63cCopy full SHA for e39b63c
gradle.properties
@@ -18,6 +18,8 @@ org.gradle.jvmargs=-Xmx2g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError
18
kotlin.mpp.enableGranularSourceSetsMetadata=true
19
kotlin.mpp.enableCompatibilityMetadataVariant=true
20
21
+kotlin.native.distribution.type=prebuilt
22
+
23
# Workaround for Bintray treating .sha512 files as artifacts
24
# https://github.com/gradle/gradle/issues/11412
25
systemProp.org.gradle.internal.publish.checksums.insecure=true
0 commit comments