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 c0b2446 commit a8145d3Copy full SHA for a8145d3
build.gradle.kts
@@ -65,7 +65,7 @@ kotlin {
65
implementation("io.ktor:ktor-client-core:$ktorVersion")
66
implementation("io.ktor:ktor-client-serialization:$ktorVersion")
67
implementation("org.jetbrains.kotlinx:atomicfu:0.17.0")
68
- implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0-RC2")
+ implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0-RC3")
69
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.3.1")
70
implementation("org.slf4j:slf4j-simple:1.7.32")
71
api("co.touchlab:kermit:$kermitVersion")
0 commit comments