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 098a0fc commit f8c3f3cCopy full SHA for f8c3f3c
gradle.properties
@@ -1,7 +1,7 @@
1
kotlin.code.style=official
2
3
GROUP=co.touchlab
4
-VERSION_NAME=1.0.1
+VERSION_NAME=1.0.2
5
6
kotlin.native.ignoreDisabledTargets=true
7
gradle/wrapper/gradle-wrapper.properties
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-all.zip
sqliter-driver/build.gradle.kts
@@ -1,5 +1,5 @@
plugins {
- kotlin("multiplatform") version "1.4.21"
+ kotlin("multiplatform") version "1.5.0"
}
val GROUP: String by project
0 commit comments