Skip to content

Commit 8249969

Browse files
author
russell
committed
Add new watchos target and bump version
1 parent c80bc7a commit 8249969

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ kotlin.code.style=official
22

33
GROUP=co.touchlab
44

5-
VERSION_NAME=1.2.2
6-
KOTLIN_VERSION=1.7.20
5+
VERSION_NAME=1.2.3
6+
KOTLIN_VERSION=1.8.10
77

88
kotlin.native.ignoreDisabledTargets=true
99

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip

settings.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ pluginManagement {
99
}
1010
}
1111

12-
enableFeaturePreview("GRADLE_METADATA")

sqliter-driver/build.gradle.kts

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,21 @@ kotlin {
3535
iosX64(),
3636
iosArm64(),
3737
iosArm32(),
38-
watchosArm32(),
39-
watchosArm64(),
40-
watchosX86(),
41-
watchosX64(),
42-
tvosArm64(),
43-
tvosX64(),
44-
macosArm64(),
45-
iosSimulatorArm64(),
46-
watchosSimulatorArm64(),
47-
tvosSimulatorArm64(),
48-
mingwX64(),
49-
mingwX86(),
50-
linuxX64()
51-
)
38+
watchosArm32(),
39+
watchosArm64(),
40+
watchosX86(),
41+
watchosX64(),
42+
tvosArm64(),
43+
tvosX64(),
44+
macosArm64(),
45+
iosSimulatorArm64(),
46+
watchosSimulatorArm64(),
47+
tvosSimulatorArm64(),
48+
watchosDeviceArm64(),
49+
mingwX64(),
50+
mingwX86(),
51+
linuxX64()
52+
)
5253

5354
knTargets
5455
.forEach { target ->

0 commit comments

Comments
 (0)