Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
new watchos targets that are available in kotlin coroutines
  • Loading branch information
nathanfallet committed Jun 2, 2024
1 parent 5fa3c52 commit a08e807
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ object Versions {
const val version = "0.13.0"

const val kotlin = "1.8.0"
const val serialization = "1.5.0"
const val serialization = "1.6.3"

const val mavenCentralPublish = "1.0.0-dev-3"
}
Expand Down
7 changes: 4 additions & 3 deletions yamlkt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ kotlin {
}
} else {
// https://kotlinlang.org/docs/native-target-support.html
// Updated for Kotlin 1.8.0, serialization 1.5.0
// Updated for Kotlin 1.8.0, serialization 1.6.3
//kotlinx-serialization-core-iosarm32/ - -
//kotlinx-serialization-core-iosarm64/ - -
//kotlinx-serialization-core-iossimulatorarm64/ - -
Expand All @@ -66,6 +66,7 @@ kotlin {
//kotlinx-serialization-core-watchosarm32/ - -
//kotlinx-serialization-core-watchosarm64/ - -
//kotlinx-serialization-core-watchossimulatora.../ - -
//kotlinx-serialization-core-watchosdevicearm64/ - -
//kotlinx-serialization-core-watchosx64/ - -
//kotlinx-serialization-core-watchosx86/
// Commented ones are not supported by kotlinx-coroutines-core
Expand All @@ -79,7 +80,7 @@ kotlin {

// Tier 2:
"linuxArm64",
// "watchosSimulatorArm64",
"watchosSimulatorArm64",
"watchosX64w",
"wwatchosArm32",
"watchosArm64",
Expand All @@ -94,7 +95,7 @@ kotlin {
// "androidNativeX86",
// "androidNativeX64",
"mingwX64",
// "watchosDeviceArm64",
"watchosDeviceArm64",

// Deprecated:
"iosArm32",
Expand Down

0 comments on commit a08e807

Please sign in to comment.