Skip to content

Commit 821899e

Browse files
committed
Upgrade the kotlinx-serialization version
* This fixes the incompatibility with the newer serialization versions. * watchosX64 target can now be added. Fixes #118
1 parent b9f60d4 commit 821899e

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

core/build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ kotlin {
3636
target("watchosArm32")
3737
target("watchosArm64")
3838
target("watchosX86")
39+
target("watchosX64")
3940
target("tvosArm64")
4041
target("tvosX64")
4142
}

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ group=org.jetbrains.kotlinx
44
version=0.2.0
55
versionSuffix=SNAPSHOT
66

7-
serializationVersion=1.1.0
7+
serializationVersion=1.2.1
88

99
kotlin.mpp.enableGranularSourceSetsMetadata=true
1010
kotlin.mpp.enableCompatibilityMetadataVariant=true

serialization/build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ kotlin {
1919
target("watchosArm32")
2020
target("watchosArm64")
2121
target("watchosX86")
22+
target("watchosX64")
2223
target("tvosArm64")
2324
target("tvosX64")
2425
}

0 commit comments

Comments
 (0)