Skip to content

Commit

Permalink
Add iOS simulator support for KMM projects
Browse files Browse the repository at this point in the history
  • Loading branch information
ema987 committed Feb 14, 2023
1 parent 303d0a3 commit 18be331
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions cache/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ kotlin {
jvm()
iosArm64()
iosX64()
iosSimulatorArm64()
js {
browser()
nodejs()
Expand Down
1 change: 1 addition & 0 deletions multicast/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ kotlin {
jvm()
iosArm64()
iosX64()
iosSimulatorArm64()
js {
browser()
nodejs()
Expand Down
1 change: 1 addition & 0 deletions store/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ kotlin {
jvm()
iosArm64()
iosX64()
iosSimulatorArm64()
js {
browser()
nodejs()
Expand Down

0 comments on commit 18be331

Please sign in to comment.