Skip to content

Commit 057f605

Browse files
committed
Merge branch 'master' into develop
2 parents 1a4e2c8 + d09c2b0 commit 057f605

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

atomicfu/build.gradle.kts

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,16 @@ kotlin {
1212
jvmToolchain(8)
1313

1414
// Tier 1
15-
macosX64()
1615
macosArm64()
1716
iosSimulatorArm64()
18-
iosX64()
1917

2018
// Tier 2
2119
linuxX64()
2220
linuxArm64()
2321
watchosSimulatorArm64()
24-
watchosX64()
2522
watchosArm32()
2623
watchosArm64()
2724
tvosSimulatorArm64()
28-
tvosX64()
2925
tvosArm64()
3026
iosArm64()
3127

@@ -36,10 +32,20 @@ kotlin {
3632
androidNativeX64()
3733
mingwX64()
3834
watchosDeviceArm64()
39-
35+
36+
// Deprecated
4037
@Suppress("DEPRECATION") //https://github.com/Kotlin/kotlinx-atomicfu/issues/207
4138
linuxArm32Hfp()
4239

40+
@Suppress("DEPRECATION")
41+
iosX64()
42+
@Suppress("DEPRECATION")
43+
macosX64()
44+
@Suppress("DEPRECATION")
45+
tvosX64()
46+
@Suppress("DEPRECATION")
47+
watchosX64()
48+
4349
// JS -- always
4450
js(IR) {
4551
outputModuleName = "kotlinx-atomicfu"

0 commit comments

Comments
 (0)