File tree Expand file tree Collapse file tree 4 files changed +18
-18
lines changed Expand file tree Collapse file tree 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
22
33GROUP =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
88kotlin.native.ignoreDisabledTargets =true
99
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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 {
99 }
1010}
1111
12- enableFeaturePreview(" GRADLE_METADATA" )
Original file line number Diff line number Diff 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 ->
You can’t perform that action at this time.
0 commit comments