Skip to content

Commit

Permalink
Add iOS simulator support for KMM projects (#516)
Browse files Browse the repository at this point in the history
Signed-off-by: Emanuele Papa <ema987@gmail.com>
  • Loading branch information
ema987 authored Feb 25, 2023
1 parent 22fff44 commit 2cbce8a
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 2cbce8a

Please sign in to comment.