We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf053ab commit 4f679a1Copy full SHA for 4f679a1
gradle.properties
@@ -1,7 +1,7 @@
1
org.gradle.jvmargs=-Xmx1G -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
2
3
group=org.jetbrains.kotlinx
4
-version=0.0.1
+version=0.1.0
5
versionSuffix=SNAPSHOT
6
7
kotlin.mpp.enableGranularSourceSetsMetadata=true
@@ -10,4 +10,4 @@ kotlin.js.compiler=both
10
11
# Workaround for Bintray treating .sha512 files as artifacts
12
# https://github.com/gradle/gradle/issues/11412
13
-systemProp.org.gradle.internal.publish.checksums.insecure=true
+systemProp.org.gradle.internal.publish.checksums.insecure=true
0 commit comments