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 f9be9b7 commit be1cf95Copy full SHA for be1cf95
build.gradle.kts
@@ -15,6 +15,6 @@ kotlin {
15
sourceSets.commonMain.dependencies {
16
implementation("com.jakewharton.mosaic:mosaic-runtime:0.16.0")
17
implementation("org.jetbrains.kotlinx:kotlinx-io-core:0.7.0")
18
- implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
+ implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
19
}
20
0 commit comments