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