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 afcf4d2 commit 37d65d7Copy full SHA for 37d65d7
build.gradle.kts
@@ -13,7 +13,7 @@ kotlin {
13
mingwX64 { binaries { executable() } }
14
15
sourceSets.commonMain.dependencies {
16
- implementation("com.jakewharton.mosaic:mosaic-runtime:0.16.0")
+ implementation("com.jakewharton.mosaic:mosaic-runtime:0.18.0")
17
implementation("org.jetbrains.kotlinx:kotlinx-io-core:0.8.0")
18
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
19
}
0 commit comments