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 2c530b8 commit 0b38a9bCopy full SHA for 0b38a9b
gradle.properties
@@ -15,6 +15,8 @@ npm_version = 5.7.1
15
kotlin.incremental.multiplatform=true
16
org.gradle.jvmargs=-Xmx2g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
17
18
+kotlin.mpp.enableGranularSourceSetsMetadata=true
19
+
20
# Workaround for Bintray treating .sha512 files as artifacts
21
# https://github.com/gradle/gradle/issues/11412
22
systemProp.org.gradle.internal.publish.checksums.insecure=true
0 commit comments