Skip to content

Commit 59133ee

Browse files
committed
1 parent d290448 commit 59133ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ kotlin {
2828
macosArm64()
2929
iosSimulatorArm64()
3030
iosX64()
31+
iosArm64()
3132

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

@@ -43,8 +44,6 @@ kotlin {
4344
tvosX64()
4445
tvosArm64()
4546

46-
iosArm64()
47-
4847
/* https://kotlinlang.org/docs/native-target-support.html#tier-3 */
4948

5049
androidNativeArm32()

0 commit comments

Comments
 (0)