Skip to content

Commit

Permalink
Add WatchOS Arm32 support.
Browse files Browse the repository at this point in the history
This platform doesn't appear to require any additional code to support.
  • Loading branch information
ReneeVandervelde committed Jun 30, 2024
1 parent 903b87c commit 48ee5c3
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 48ee5c3

Please sign in to comment.