Skip to content

Commit

Permalink
Align Kotlin Native targets with Kotlin documentation (#2560)
Browse files Browse the repository at this point in the history
  • Loading branch information
LVMVRQUXL committed Feb 6, 2024
1 parent 41c0bb1 commit 8b58c60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/native-targets.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ kotlin {

// According to https://kotlinlang.org/docs/native-target-support.html
// Tier 1
linuxX64()
macosX64()
macosArm64()
iosSimulatorArm64()
iosX64()

// Tier 2
linuxX64()
linuxArm64()
watchosSimulatorArm64()
watchosX64()
watchosArm32()
Expand All @@ -26,7 +27,6 @@ kotlin {
tvosX64()
tvosArm64()
iosArm64()
linuxArm64()

// Tier 3
mingwX64()
Expand Down

0 comments on commit 8b58c60

Please sign in to comment.