Skip to content

Instantly share code, notes, and snippets.

@iammert
Created December 18, 2017 07:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iammert/4b404c6ae59f5c0942435c4174097c27 to your computer and use it in GitHub Desktop.
Save iammert/4b404c6ae59f5c0942435c4174097c27 to your computer and use it in GitHub Desktop.
AppComponent.java
@Component(modules = {
AndroidSupportInjectionModule.class,
AppModule.class,
ActivityBuilder.class})
interface AppComponent extends AndroidInjector<AndroidSampleApp> {
@Component.Builder
abstract class Builder extends AndroidInjector.Builder<AndroidSampleApp> {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment