Closed theapache64 closed 4 years ago
I tried to compile the RealWorldAppInjector example. but am getting
RealWorldAppInjector
/home/user/Desktop/DaggerMock/RealWorldAppInjector/src/main/java/it/cosenonjaviste/daggermock/realworldapp/MainActivityBindingModule.java:7: error: cannot find symbol import dagger.android.ActivityKey; ^ symbol: class ActivityKey location: package dagger.android
ActivityKey was removed in Dagger 2.19, I have updated the example to use ClassKey instead. Thanks for reporting it!
ActivityKey
ClassKey
I tried to compile the
RealWorldAppInjector
example. but am getting