Skip to content

Commit

Permalink
Merge pull request #1383 from 05nelsonm/issue/1381-target-watchos
Browse files Browse the repository at this point in the history
Add target `watchosDeviceArm64`
  • Loading branch information
JakeWharton authored Dec 4, 2023
2 parents c65719f + e9f6897 commit 5975cb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-support/src/main/kotlin/platforms.kt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ fun KotlinMultiplatformExtension.configureOrCreateNativePlatforms() {
tvosSimulatorArm64()
watchosArm32()
watchosArm64()
watchosDeviceArm64()
watchosX86()
watchosX64()
watchosSimulatorArm64()
Expand All @@ -63,6 +64,7 @@ val appleTargets = listOf(
"tvosSimulatorArm64",
"watchosArm32",
"watchosArm64",
"watchosDeviceArm64",
"watchosX86",
"watchosX64",
"watchosSimulatorArm64"
Expand Down

0 comments on commit 5975cb9

Please sign in to comment.