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 99e7047 commit c482afaCopy full SHA for c482afa
gradle.properties
@@ -1,7 +1,7 @@
1
kotlin.code.style=official
2
3
GROUP=co.touchlab
4
-VERSION_NAME=1.0.8
+VERSION_NAME=1.0.9
5
KOTLIN_VERSION=1.5.30
6
7
kotlin.native.ignoreDisabledTargets=true
sqliter-driver/build.gradle.kts
@@ -40,6 +40,10 @@ kotlin {
40
watchosX64(),
41
tvosArm64(),
42
tvosX64(),
43
+ macosArm64(),
44
+ iosSimulatorArm64(),
45
+ watchosSimulatorArm64(),
46
+ tvosSimulatorArm64(),
47
mingwX64("mingw"),
48
linuxX64()
49
)
0 commit comments