Skip to content

Commit e5d3d13

Browse files
Update kotlinx-coroutines monorepo to v1.11.0
1 parent 0b54550 commit e5d3d13

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
@@ -39,7 +39,7 @@ kotlin {
3939
implementation(project(":person"))
4040
implementation("de.jensklingenberg.ktorfit:ktorfit-lib:$ktorfitVersion")
4141
// implementation("de.jensklingenberg.ktorfit:ktorfit-lib-light:$ktorfitVersion")
42-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
42+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.11.0")
4343
implementation("de.jensklingenberg.ktorfit:ktorfit-converters-response:$ktorfitVersion")
4444
implementation("de.jensklingenberg.ktorfit:ktorfit-converters-call:$ktorfitVersion")
4545
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
agp = "9.1.0"
33
autoService = "1.1.1"
44
binaryCompatibilityValidator = "0.18.1"
5-
coroutines = "1.8.1"
5+
coroutines = "1.11.0"
66
detekt = "2.0.0-alpha.2"
77
junit = "4.13.2"
88
kctfork = "0.12.1"
99
kotlin = "2.3.20-RC3"
10-
kotlinx = "1.10.2"
10+
kotlinx = "1.11.0"
1111
kotlinPoet = "2.2.0"
1212
kspVersion = "2.3.6"
1313

0 commit comments

Comments
 (0)