The situation is as follows.
I have the AppModule in it I register the MainModule in it I retransfer the PartnersFragmentSubcomponent I register the PartnersModule .
When compile gives this error:
error: [Dag...
Good luck, I'm currently studying on Dagger 2 and the MVP architecture, and doing some test projects.
The problem is that I'm stuck in an error and can not see the solution.
Unresolved reference: DaggerHelloComponent
T...
In a project that has Activity, Presenter, and Model, Activity has Presenter and Presenter has a Model. When I do @Inject in Presenter to instantiate the Model it is never instantiated.
FATAL EXCEPTION: main
...