Skip to content

Commit c482afa

Browse files
committed
Version 1.0.9 M1 targets
1 parent 99e7047 commit c482afa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kotlin.code.style=official
22

33
GROUP=co.touchlab
4-
VERSION_NAME=1.0.8
4+
VERSION_NAME=1.0.9
55
KOTLIN_VERSION=1.5.30
66

77
kotlin.native.ignoreDisabledTargets=true

sqliter-driver/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ kotlin {
4040
watchosX64(),
4141
tvosArm64(),
4242
tvosX64(),
43+
macosArm64(),
44+
iosSimulatorArm64(),
45+
watchosSimulatorArm64(),
46+
tvosSimulatorArm64(),
4347
mingwX64("mingw"),
4448
linuxX64()
4549
)

0 commit comments

Comments
 (0)