We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 436b5fb commit 24c24e7Copy full SHA for 24c24e7
shared-internal/build.gradle.kts
@@ -23,5 +23,5 @@ dependencies {
23
// leading to a runtime failure of not being able to find a class or a function.
24
// I'm bumping kotlinx-io to 0.6.0 in kotlinx.serialization here: https://github.com/Kotlin/kotlinx.serialization/pull/2933
25
// Here's a ticket to remember to remove this workaround: https://github.com/typesafegithub/github-workflows-kt/issues/1832
26
- runtimeOnly("org.jetbrains.kotlinx:kotlinx-io-core:0.6.0")
+ runtimeOnly("org.jetbrains.kotlinx:kotlinx-io-core:0.7.0")
27
}
0 commit comments