We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 868d2c1 commit addb6aeCopy full SHA for addb6ae
core/build.gradle.kts
@@ -72,9 +72,6 @@ kotlin {
72
target("iosArm64")
73
// Tier 3
74
target("watchosDeviceArm64")
75
- // Deprecated for removal
76
- target("iosArm32")
77
- target("watchosX86")
78
}
79
80
serialization/build.gradle.kts
@@ -22,11 +22,9 @@ kotlin {
22
target("macosArm64")
23
target("iosX64")
24
25
26
target("iosSimulatorArm64")
27
target("watchosArm32")
28
target("watchosArm64")
29
30
target("watchosX64")
31
target("watchosSimulatorArm64")
32
0 commit comments