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 12adb28 commit 8c374a0Copy full SHA for 8c374a0
build.gradle.kts
@@ -40,8 +40,8 @@ dependencies {
40
41
//Coroutines
42
api(Deps.coroutines)
43
- api(Deps.coroutinesJdk8)
44
- api(Deps.coroutinesSf4j)
+ implementation(Deps.coroutinesJdk8)
+ implementation(Deps.coroutinesSf4j)
45
}
46
47
java {
buildSrc/src/main/java/Deps.kt
@@ -5,7 +5,7 @@ object Versions {
5
const val kotlinVersion = "1.5.31"
6
const val okhttpBomVersion = "4.10.0"
7
const val gsonVersion = "2.10.1"
8
- const val coroutinesVersion = "1.5.2"
+ const val coroutinesVersion = "1.6.4"
9
10
11
object Deps {
0 commit comments