Skip to content

Commit

Permalink
Re-add watchosX64 build target
Browse files Browse the repository at this point in the history
Closes #110
  • Loading branch information
goncalossilva committed Apr 28, 2024
1 parent c92dd89 commit a835a52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions resources-library/build.gradle.kts
Expand Up @@ -40,6 +40,7 @@ kotlin {
iosSimulatorArm64()
watchosArm32()
watchosArm64()
watchosX64()
watchosSimulatorArm64()
tvosArm64()
tvosX64()
Expand Down
1 change: 1 addition & 0 deletions resources-test/build.gradle.kts
Expand Up @@ -51,6 +51,7 @@ kotlin {
iosSimulatorArm64()
watchosArm32()
watchosArm64()
watchosX64()
watchosSimulatorArm64()
tvosArm64()
tvosX64()
Expand Down

0 comments on commit a835a52

Please sign in to comment.