Skip to content

Commit a5a532b

Browse files
authored
Merge pull request #95 from touchlab/rw/new-watchos-target
Add new watchos target
2 parents c80bc7a + 8249969 commit a5a532b

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

gradle.properties

+2-2
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

+1-1
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

-1
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

+15-14
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)