Antonis Tsiapaliokas
Antonis Tsiapaliokas
When we have a module with a generic type then dagger-reflect fails to resolve this dependency. For example given that we have the following module ``` @Module public abstract class...
If you have a nested `ContributesAndroidInjector` then it doesn't work properly. Dagger complains about a missing injector factory. Dagger with code generation works fine, only dagger reflect is crashing. ```kotlin...
Basically the build failes after you rename a module and on the next build it hangs when using `ContributesSubcomponent` and you rename module. I have done 3 attemps to build...
Steps to reproduce 1. Add a login name and a password 2. Rotate the screen 3. Sign In button is no longer clickable