So we've actually tried to use this with our android project, in a common android application you would have many activities and fragments. It seems you need to add an inject method for each of those activities now? Or am i using this incorrectly? Same thing with adapters etc, we have to add inject method for every adapter subclass we create.
This seems to create more issues than it's solving