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.
2 parents bdf42e7 + b3a26cd commit 6e18d13Copy full SHA for 6e18d13
build.gradle.kts
@@ -45,7 +45,7 @@ dependencies {
45
implementation(compose.materialIconsExtended)
46
implementation(compose.desktop.currentOs)
47
48
- val coroutines = "1.8.1"
+ val coroutines = "1.9.0"
49
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines")
50
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-swing:$coroutines")
51
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.8")
0 commit comments