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 e292555 + 40b2b50 commit a2893e6Copy full SHA for a2893e6
build.gradle.kts
@@ -50,7 +50,7 @@ dependencies {
50
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-swing:$coroutines")
51
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.7")
52
53
- implementation("io.reactivex.rxjava3:rxjava:3.1.8")
+ implementation("io.reactivex.rxjava3:rxjava:3.1.9")
54
implementation("com.github.akarnokd:kotlin-flow-extensions:0.0.14")
55
56
api(platform("com.ensody.reactivestate:reactivestate-bom:5.7.0"))
0 commit comments