Skip to content

Commit

Permalink
Group iosArm64 with tier 1 targets
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbull committed Dec 22, 2024
1 parent d290448 commit 59133ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions buildSrc/src/main/kotlin/kotlin-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ kotlin {
macosArm64()
iosSimulatorArm64()
iosX64()
iosArm64()

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

Expand All @@ -43,8 +44,6 @@ kotlin {
tvosX64()
tvosArm64()

iosArm64()

/* https://kotlinlang.org/docs/native-target-support.html#tier-3 */

androidNativeArm32()
Expand Down

0 comments on commit 59133ee

Please sign in to comment.