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 259846e commit ed28d28Copy full SHA for ed28d28
build.gradle.kts
@@ -173,6 +173,7 @@ kotlin {
173
implementation("com.soywiz.korlibs.krypto:krypto:$korlibsVersion")
174
implementation("com.soywiz.korlibs.korim:korim:$korlibsVersion")
175
implementation("org.jetbrains.kotlinx:kotlinx-datetime:$kotlinxDatetimeVersion")
176
+ implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinxCoroutinesVersion")
177
}
178
179
0 commit comments