I got a very useful blog to start my hand with Dagger2. All going I guess going pretty well except an deprecate warning about to Builder.addModule()
.
I got this link about Unused Modules and Component Dependencies link related but it still not clear to me.
When the Dagger processor generates components, it only requires instances of modules and component dependencies that are explicitly needed to supply requests for a binding.
Any one know if any alternative of this deprecated method ?