File tree 4 files changed +18
-18
lines changed
4 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ kotlin.code.style=official
2
2
3
3
GROUP =co.touchlab
4
4
5
- VERSION_NAME =1.2.2
6
- KOTLIN_VERSION =1.7.20
5
+ VERSION_NAME =1.2.3
6
+ KOTLIN_VERSION =1.8.10
7
7
8
8
kotlin.native.ignoreDisabledTargets =true
9
9
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
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
Original file line number Diff line number Diff line change @@ -9,4 +9,3 @@ pluginManagement {
9
9
}
10
10
}
11
11
12
- enableFeaturePreview(" GRADLE_METADATA" )
Original file line number Diff line number Diff line change @@ -35,20 +35,21 @@ kotlin {
35
35
iosX64(),
36
36
iosArm64(),
37
37
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
+ )
52
53
53
54
knTargets
54
55
.forEach { target ->
You can’t perform that action at this time.
0 commit comments