Skip to content

Commit

Permalink
Add macOS ARM64 and simulator targets (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikc5000 authored Sep 8, 2021
1 parent 757b290 commit 3a80059
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion buildSrc/src/main/kotlin/multiplatform-library.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@ kotlin {
val darwinTargets = listOf(
iosArm64(),
iosX64(),
iosSimulatorArm64(),
macosX64(),
macosArm64(),
watchosArm64(),
watchosSimulatorArm64(),
watchosX86(),
watchosX64(),
tvosArm64(),
tvosX64()
tvosX64(),
tvosSimulatorArm64()
)

sourceSets {
Expand Down

0 comments on commit 3a80059

Please sign in to comment.