Added module 'rx-extensions'
This commit is contained in:
parent
dc5cb987cf
commit
fa759e60cc
|
|
@ -0,0 +1 @@
|
||||||
|
/build
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
apply plugin: 'kotlin'
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||||
|
implementation "io.reactivex.rxjava2:rxjava:$versions.rxJava"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
<manifest
|
||||||
|
package="ru.touchin.extensions.rx"/>
|
||||||
Loading…
Reference in New Issue