Skip to content

Commit 4a84068

Browse files
committed
Reorganise native platforms according to support tiers
1 parent b1186f7 commit 4a84068

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

buildSrc/src/main/kotlin/kotlin-conventions.gradle.kts

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,36 +27,31 @@ kotlin {
2727

2828
/* https://kotlinlang.org/docs/native-target-support.html#tier-1 */
2929

30-
macosX64()
3130
macosArm64()
3231
iosSimulatorArm64()
33-
iosX64()
32+
iosArm64()
3433

3534
/* https://kotlinlang.org/docs/native-target-support.html#tier-2 */
3635

3736
linuxX64()
3837
linuxArm64()
39-
38+
macosX64()
39+
iosX64()
4040
watchosSimulatorArm64()
4141
watchosX64()
4242
watchosArm32()
4343
watchosArm64()
44-
4544
tvosSimulatorArm64()
4645
tvosX64()
4746
tvosArm64()
4847

49-
iosArm64()
50-
5148
/* https://kotlinlang.org/docs/native-target-support.html#tier-3 */
5249

5350
androidNativeArm32()
5451
androidNativeArm64()
5552
androidNativeX86()
5653
androidNativeX64()
57-
5854
mingwX64()
59-
6055
watchosDeviceArm64()
6156

6257
sourceSets {

0 commit comments

Comments
 (0)