adrielcafe / KBus

Dead simple EventBus for Android made with Kotlin and RxJava 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

problem implementing

voblaunsane opened this issue · comments

hi, sorry if this is an obvious question, i'm only a sprout with android. i was trying to implement your library in my project as you suggest, adding a few lines in my build.gradle (after copying "library" folder from KBus-master to my project "lib" folder):

    implementation 'io.reactivex.rxjava2:rxjava:2.2.10'
    implementation 'com.github.adrielcafe:KBus:1.1'

also tried

implementation 'com.github.adrielcafe:KBus:1.0'

as this is the version github is reporting, yet to no avail. it tells me dependency cannot be resolved. what am i missing?

--
using AndroidStudio 3.5.2