File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments