I tried to implement my components likehere, but still I got the error. Here is the smallest example: @PerApplication@Component(modules = {AndroidInjectionModule.class, LoginBindingModule.class}) public interface ApplicationComponent {voidinject(ExampleApplication application); } @Modulepublic...