diff --git a/buildSrc/src/main/kotlin/kord-native-module.gradle.kts b/buildSrc/src/main/kotlin/kord-native-module.gradle.kts index 548c59f8950..3283be52e6e 100644 --- a/buildSrc/src/main/kotlin/kord-native-module.gradle.kts +++ b/buildSrc/src/main/kotlin/kord-native-module.gradle.kts @@ -20,13 +20,13 @@ kotlin { iosArm64() iosX64() -// iosSimulatorArm64() + iosSimulatorArm64() watchosX64() watchosArm64() -// watchosSimulatorArm64() + watchosSimulatorArm64() tvosX64() tvosArm64() -// tvosSimulatorArm64() + tvosSimulatorArm64() } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9ed66818ff1..d40b0da24a1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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