Skip to content

Commit

Permalink
Remove Simulator Targets
Browse files Browse the repository at this point in the history
  • Loading branch information
gmitch215 committed Dec 26, 2024
1 parent 4e304a5 commit 6d878ae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,14 @@ kotlin {

iosX64()
iosArm64()
iosSimulatorArm64()
androidTarget {
publishAllLibraryVariants()
}

tvosArm64()
tvosX64()
tvosSimulatorArm64()
watchosArm32()
watchosArm64()
watchosSimulatorArm64()

sourceSets {
val ktorVersion = "3.0.3"
Expand Down

0 comments on commit 6d878ae

Please sign in to comment.