Skip to content

Commit

Permalink
Update supported targets to match tier 1-3 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikc5000 authored Apr 13, 2023
1 parent 155a8f7 commit ba96e35
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,25 @@ kotlin {
nodejs()
browser()
},
iosArm32(),
iosArm64(),
iosX64(),
iosSimulatorArm64(),
macosX64(),
macosArm64(),
watchosArm64(),
watchosX86(),
watchosX64(),
watchosSimulatorArm64(),
watchosDeviceArm64(),
tvosArm64(),
tvosX64(),
tvosSimulatorArm64(),
mingwX64(),
mingwX86(),
linuxArm64(),
linuxArm32Hfp(),
linuxX64()
linuxX64(),
androidNativeArm32(),
androidNativeArm64(),
androidNativeX86(),
androidNativeX64()
)

sourceSets {
Expand Down

0 comments on commit ba96e35

Please sign in to comment.