Skip to content

Commit

Permalink
Merge pull request #136 from ReneeVandervelde/fix-arm32
Browse files Browse the repository at this point in the history
Add WatchOsArm32 to native group targets
  • Loading branch information
ReneeVandervelde authored Jun 30, 2024
2 parents c497aee + d9be882 commit e925256
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildSrc/src/main/kotlin/library.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ kotlin {

val iosArm64Main by sourceSets.getting
val iosX64Main by sourceSets.getting
val watchosArm32Main by sourceSets.getting
val watchosArm64Main by sourceSets.getting
val watchosX64Main by sourceSets.getting
val tvosArm64Main by sourceSets.getting
Expand All @@ -58,6 +59,7 @@ kotlin {
dependsOn(commonMain)
iosArm64Main.dependsOn(this)
iosX64Main.dependsOn(this)
watchosArm32Main.dependsOn(this)
watchosArm64Main.dependsOn(this)
watchosX64Main.dependsOn(this)
tvosArm64Main.dependsOn(this)
Expand Down

0 comments on commit e925256

Please sign in to comment.