Add dependency to convert RxJava to Kotlin Flows.
This commit is contained in:
parent
5f40144ae9
commit
6f2cc923c2
3 changed files with 28 additions and 0 deletions
|
@ -552,6 +552,7 @@ dependencies {
|
|||
implementation(libs.kotlin.stdlib.jdk8)
|
||||
implementation(libs.kotlin.reflect)
|
||||
implementation(libs.kotlinx.coroutines.play.services)
|
||||
implementation(libs.kotlinx.coroutines.rx3)
|
||||
implementation(libs.jackson.module.kotlin)
|
||||
implementation(libs.rxjava3.rxandroid)
|
||||
implementation(libs.rxjava3.rxkotlin)
|
||||
|
|
|
@ -47,6 +47,7 @@ dependencyResolutionManagement {
|
|||
library("kotlin-gradle-plugin", "org.jetbrains.kotlin", "kotlin-gradle-plugin").versionRef("kotlin")
|
||||
library("ktlint", "org.jlleitschuh.gradle:ktlint-gradle:12.1.1")
|
||||
library("kotlinx-coroutines-play-services", "org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.8.1")
|
||||
library("kotlinx-coroutines-rx3", "org.jetbrains.kotlinx:kotlinx-coroutines-rx3:1.3.9")
|
||||
|
||||
// Android X
|
||||
library("androidx-activity-ktx", "androidx.activity", "activity-ktx").versionRef("androidx-activity")
|
||||
|
|
|
@ -8289,6 +8289,32 @@ https://docs.gradle.org/current/userguide/dependency_verification.html
|
|||
<sha256 value="2eb0b5c00791576c33079a0750ef3ded335c180f60043d51a19c799f8b737bc5" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="org.jetbrains.kotlinx" name="kotlinx-coroutines-reactive" version="1.3.9">
|
||||
<artifact name="kotlinx-coroutines-reactive-1.3.9.module">
|
||||
<sha256 value="afa2e53b31073b3888dc2bb526dc78cf09d78ba5993a1f12f71ff02d94b4abd0" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="org.jetbrains.kotlinx" name="kotlinx-coroutines-reactive" version="1.8.1">
|
||||
<artifact name="kotlinx-coroutines-reactive-1.8.1.jar">
|
||||
<sha256 value="86ab52d5e86ecdfe93e6b50739d796348397e15e13e0b64e194547d013818b0e" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="kotlinx-coroutines-reactive-1.8.1.module">
|
||||
<sha256 value="9090472f51918695de4084e8d6edf186b1d2f90babe063629f03d313e5d67e6b" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="org.jetbrains.kotlinx" name="kotlinx-coroutines-rx3" version="1.3.9">
|
||||
<artifact name="kotlinx-coroutines-rx3-1.3.9.module">
|
||||
<sha256 value="717591b07c7875391cd592779cd60b2a2f87d2a7e556f2e94d3459fb1e413b1b" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="org.jetbrains.kotlinx" name="kotlinx-coroutines-rx3" version="1.8.1">
|
||||
<artifact name="kotlinx-coroutines-rx3-1.8.1.jar">
|
||||
<sha256 value="38c7400c4d1ef17848e668bd7bb9feb89cdd89976a76be9c5f1ff6fb97e4d501" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="kotlinx-coroutines-rx3-1.8.1.module">
|
||||
<sha256 value="c149e9405417ece9ab4207aad5990c3c6f42776fc750c49a27ea99e32a738264" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="org.jetbrains.kotlinx" name="kotlinx-coroutines-swing" version="1.8.1">
|
||||
<artifact name="kotlinx-coroutines-swing-1.8.1.jar">
|
||||
<sha256 value="0c809e79dc64ab5bc9b790389fe491cc19d3574345a431276966fbc09994a659" origin="Generated by Gradle"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue