I\'m configuring the new Dagger Android module but I got this error Here\'s my Component:
@AppScope @Component(modules = {AppModule.class, NetModule.class})
Remove the below code from the AppModule.class and rebuild the project
@Provides @Singleton Application provideContext(SomeApplication application) { return application; }