Skip to content

Commit

Permalink
Add WatchOsArm32 to native group targets
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneeVandervelde committed Jun 30, 2024
1 parent c497aee commit d9be882
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 d9be882

Please sign in to comment.