Kotlin with Room and Dagger - compile error
Answer #1 100 %Change this dependency:
implementation "android.arch.lifecycle:livedata-core:1.1.1"
To this:
implementation "android.arch.lifecycle:livedata:1.1.1"
Change this dependency:
implementation "android.arch.lifecycle:livedata-core:1.1.1"
To this:
implementation "android.arch.lifecycle:livedata:1.1.1"