Skip to content

Commit

Permalink
Add simulator targets
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Aug 6, 2023
1 parent 4507878 commit f785930
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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()
}
3 changes: 1 addition & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ kotlinx-coroutines = "1.7.2" # https://github.com/Kotlin/kotlinx.coroutines
kotlinx-serialization = "1.5.1" # https://github.com/Kotlin/kotlinx.serialization
kotlinx-datetime = "0.4.0" # https://github.com/Kotlin/kotlinx-datetime
kotlin-logging = "3.0.5" # https://github.com/oshai/kotlin-logging
# 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.591-compat" # https://github.com/JetBrains/kotlin-wrappers
Expand Down

0 comments on commit f785930

Please sign in to comment.