File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ group=org.jetbrains.kotlinx
44version =0.2.0
55versionSuffix =SNAPSHOT
66
7- serializationVersion =1.1.0
7+ serializationVersion =1.2.1
88
99kotlin.mpp.enableGranularSourceSetsMetadata =true
1010kotlin.mpp.enableCompatibilityMetadataVariant =true
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments