Skip to content

Commit

Permalink
Update Kotlin libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Pluu committed Jun 30, 2024
1 parent 774dc2e commit dfb144b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ internal class NetworkTask(
if (response.isSuccessful) {
continuation.resume(
NetworkResult.Success(response.body?.string().orEmpty())
) {
) { _, _, _ ->
call.cancel()
}
} else {
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ paging = "3.3.0"
dagger = "2.51.1"
kotlin = "2.0.0"
ksp = "2.0.0-1.0.22"
kotlin-coroutine = "1.8.1"
kotlin-coroutine = "1.9.0-RC"
okhttp = "4.12.0"

[libraries]
Expand Down Expand Up @@ -65,7 +65,7 @@ dagger-hilt-compiler = { module = "com.google.dagger:hilt-compiler", version.ref
kotlin-coroutine-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlin-coroutine" }
kotlin-coroutine-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlin-coroutine" }
kotlin-coroutine-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlin-coroutine" }
kotlin-serialization = "org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3"
kotlin-serialization = "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1"
## etc
landscapist = "com.github.skydoves:landscapist-glide:2.3.5"
jsoup = "org.jsoup:jsoup:1.17.2"
Expand Down

0 comments on commit dfb144b

Please # to comment.