We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9f60d4 commit 78fe53aCopy full SHA for 78fe53a
core/build.gradle.kts
@@ -36,6 +36,7 @@ kotlin {
36
target("watchosArm32")
37
target("watchosArm64")
38
target("watchosX86")
39
+ target("watchosX64")
40
target("tvosArm64")
41
target("tvosX64")
42
}
gradle.properties
@@ -4,7 +4,7 @@ group=org.jetbrains.kotlinx
4
version=0.2.0
5
versionSuffix=SNAPSHOT
6
7
-serializationVersion=1.1.0
+serializationVersion=1.2.1
8
9
kotlin.mpp.enableGranularSourceSetsMetadata=true
10
kotlin.mpp.enableCompatibilityMetadataVariant=true
serialization/build.gradle.kts
@@ -19,6 +19,7 @@ kotlin {
19
20
21
22
23
24
25
0 commit comments