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 0eda66f commit 76f98f7Copy full SHA for 76f98f7
build.gradle.kts
@@ -45,7 +45,7 @@ dependencies {
45
implementation(compose.materialIconsExtended)
46
implementation(compose.desktop.currentOs)
47
48
- val coroutines = "1.8.0"
+ val coroutines = "1.8.1"
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.7")
0 commit comments