Hi, I’m working on an app in Kotlin using Dagger 2...
# android
a
Hi, I’m working on an app in Kotlin using Dagger 2 for Dependency Injection. I’ve been following this tutorial: https://medium.com/@cdmunoz/offline-first-android-app-with-mvvm-dagger2-rxjava-livedata-and-room-part-3-af6eeafeb29b It was working fine but now I’m getting a build error with a NullPointerException somewhere in databinding, but Android Studio is bugging out and I can’t see the full exception. The “DaggerAppComponent” is showing as an Unresolved Reference. I’m not sure where I should start looking for this. Google tells me I just need to clean and rebuild but I’ve done that and still no joy.