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 b8c3ae0 + efcb4dc commit ba886cfCopy full SHA for ba886cf
build.gradle.kts
@@ -48,7 +48,7 @@ dependencies {
48
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")
+ implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.8")
52
53
implementation("io.reactivex.rxjava3:rxjava:3.1.9")
54
implementation("com.github.akarnokd:kotlin-flow-extensions:0.0.14")
0 commit comments