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 2b28920 commit 0997b8cCopy full SHA for 0997b8c
gradle.properties
@@ -1,7 +1,7 @@
1
kotlin.code.style=official
2
3
GROUP=co.touchlab
4
-VERSION_NAME=1.0.0-b2
+VERSION_NAME=1.0.0-b3
5
6
kotlin.native.ignoreDisabledTargets=true
7
sqliter-driver/build.gradle.kts
@@ -1,5 +1,5 @@
plugins {
- kotlin("multiplatform") version "1.4.31"
+ kotlin("multiplatform") version "1.4.21"
}
val GROUP: String by project
0 commit comments