We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6366e74 commit 621ac88Copy full SHA for 621ac88
build.gradle.kts
@@ -23,7 +23,7 @@ dependencies {
23
implementation("com.google.code.gson:gson:2.10.1")
24
implementation("org.apache.poi:poi-ooxml:5.2.5")
25
implementation("com.jakewharton:disklrucache:2.0.2")
26
- implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0")
+ implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
27
implementation("com.squareup.okhttp3:okhttp:4.12.0")
28
}
29
0 commit comments