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 {
36
36
target(" watchosArm32" )
37
37
target(" watchosArm64" )
38
38
target(" watchosX86" )
39
+ target(" watchosX64" )
39
40
target(" tvosArm64" )
40
41
target(" tvosX64" )
41
42
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ group=org.jetbrains.kotlinx
4
4
version =0.2.0
5
5
versionSuffix =SNAPSHOT
6
6
7
- serializationVersion =1.1.0
7
+ serializationVersion =1.2.1
8
8
9
9
kotlin.mpp.enableGranularSourceSetsMetadata =true
10
10
kotlin.mpp.enableCompatibilityMetadataVariant =true
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ kotlin {
19
19
target(" watchosArm32" )
20
20
target(" watchosArm64" )
21
21
target(" watchosX86" )
22
+ target(" watchosX64" )
22
23
target(" tvosArm64" )
23
24
target(" tvosX64" )
24
25
}
You can’t perform that action at this time.
0 commit comments