8 lines
193 B
Groovy
8 lines
193 B
Groovy
dependencies {
|
|
//rx
|
|
api "io.reactivex.rxjava3:rxkotlin:$rx"
|
|
api "io.reactivex.rxjava3:rxandroid:$rx"
|
|
|
|
implementation "androidx.lifecycle:lifecycle-reactivestreams:$lifecycle"
|
|
|
|
} |