File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11kotlin.code.style =official
22
33GROUP =co.touchlab
4- VERSION_NAME =1.0.1
4+ VERSION_NAME =1.0.2
55
66kotlin.native.ignoreDisabledTargets =true
77
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.6.1 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.8.2 -all.zip
Original file line number Diff line number Diff line change 11plugins {
2- kotlin(" multiplatform" ) version " 1.4.21 "
2+ kotlin(" multiplatform" ) version " 1.5.0 "
33}
44
55val GROUP : String by project
@@ -26,6 +26,7 @@ kotlin {
2626 watchosArm32(),
2727 watchosArm64(),
2828 watchosX86(),
29+ watchosX64(),
2930 tvosArm64(),
3031 tvosX64(),
3132 mingwX64(" mingw" ) {
You can’t perform that action at this time.
0 commit comments