Skip to content

Commit fa302c9

Browse files
Update kotlinx-coroutines monorepo to v1.10.2
1 parent 7ed38da commit fa302c9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

example/MultiplatformExample/shared/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ kotlin {
4848
implementation(project(":person"))
4949
implementation("de.jensklingenberg.ktorfit:ktorfit-lib:$ktorfitVersion")
5050
// implementation("de.jensklingenberg.ktorfit:ktorfit-lib-light:$ktorfitVersion")
51-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
51+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
5252
implementation("de.jensklingenberg.ktorfit:ktorfit-converters-response:$ktorfitVersion")
5353
implementation("de.jensklingenberg.ktorfit:ktorfit-converters-call:$ktorfitVersion")
5454
implementation("de.jensklingenberg.ktorfit:ktorfit-converters-flow:$ktorfitVersion")

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
abg = "8.2.2"
33
autoService = "1.1.1"
44
binaryCompatibilityValidator = "0.18.0"
5-
coroutines = "1.8.1"
5+
coroutines = "1.10.2"
66
detekt = "1.23.8"
77
junit = "4.13.2"
88
kctfork = "0.8.0"
99
kotlin = "2.2.0"
10-
kotlinx = "1.10.1"
10+
kotlinx = "1.10.2"
1111
kotlinPoet = "2.2.0"
1212
kspVersion = "2.2.0-2.0.2"
1313

0 commit comments

Comments
 (0)