Skip to content

Commit

Permalink
Add simulator targets
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Jan 24, 2024
1 parent b66e5b4 commit 7d8cb3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/kord-native-module.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ kotlin {

iosArm64()
iosX64()
// iosSimulatorArm64()
iosSimulatorArm64()

watchosX64()
watchosArm64()
// watchosSimulatorArm64()
watchosSimulatorArm64()

tvosX64()
tvosArm64()
// tvosSimulatorArm64()
tvosSimulatorArm64()
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ kotlinx-datetime = "0.5.0" # https://github.com/Kotlin/kotlinx-datetime
kotlin-logging = "6.0.1" # https://github.com/oshai/kotlin-logging
kotlin-logging-old = "3.0.5" # TODO remove after dependency is removed in rest, gateway, voice and core
# This is the specific release supporting native, until we setup CI
kord-cache = "0.5.x-20230411.160140-1" # https://github.com/kordlib/cache
kord-cache = "0.5.x-20230806.144015-3" # https://github.com/kordlib/cache

# implementation dependencies
kotlin-node = "18.16.12-pre.619" # https://github.com/JetBrains/kotlin-wrappers
Expand Down

0 comments on commit 7d8cb3c

Please sign in to comment.