Skip to content

Commit

Permalink
chore: add more archs to helloswift example
Browse files Browse the repository at this point in the history
  • Loading branch information
ttypic committed Jun 25, 2023
1 parent 62f7cad commit 53e1908
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/helloswift/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ kotlin {
iosX64(),
iosArm64(),
iosSimulatorArm64(),
tvosX64(),
tvosArm64(),
tvosSimulatorArm64(),
watchosX64(),
watchosArm64(),
watchosSimulatorArm64(),
macosArm64(),
macosX64(),
).forEach {
it.compilations {
val main by getting {
Expand Down

0 comments on commit 53e1908

Please sign in to comment.