Skip to content

Commit

Permalink
Add WatchOS Arm32 support. (#64)
Browse files Browse the repository at this point in the history
Adds the Arm32 platform of WatchOS (which is used in the series 1-3
watches)

This platform doesn't appear to require any additional code to support,
and was previously supported in 3.2.0, but broke in 3.3 when platform
targets were added explicitly.
  • Loading branch information
ReneeVandervelde authored Jun 30, 2024
1 parent 903b87c commit dd7a45d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions colormath/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ kotlin {
tvosArm64()
tvosSimulatorArm64()
watchosX64()
watchosArm32()
watchosArm64()
watchosSimulatorArm64()

Expand Down
1 change: 1 addition & 0 deletions test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ kotlin {
tvosArm64()
tvosSimulatorArm64()
watchosX64()
watchosArm32()
watchosArm64()
watchosSimulatorArm64()

Expand Down

0 comments on commit dd7a45d

Please sign in to comment.