/rxbus

Primary LanguageKotlin

rxbus


Download


ext {
    //...
    rxBusVersion = "1.1.0"
}

dependencies {
    //...
    implementation "com.arthurivanets.rxbus:rxbus:$rxBusVersion"
}