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 6b339be commit 59edb0cCopy full SHA for 59edb0c
build.gradle.kts
@@ -56,7 +56,7 @@ dependencies {
56
val coroutines = "1.10.2"
57
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines")
58
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-swing:$coroutines")
59
- implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.8")
+ implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.4.0")
60
61
// RxJava3 and Kotlin Flow Extensions
62
implementation("io.reactivex.rxjava3:rxjava:3.1.10")
0 commit comments