Skip to content

Instantly share code, notes, and snippets.

@larkintuckerllc
Created December 1, 2017 16:05
Show Gist options
  • Save larkintuckerllc/ca17c5997705d47bfbd8946e3c063ce5 to your computer and use it in GitHub Desktop.
Save larkintuckerllc/ca17c5997705d47bfbd8946e3c063ce5 to your computer and use it in GitHub Desktop.
How-to Dagger 2 with Android: Part 3 - 13
...
@Singleton
@Component(modules = AppModule.class)
public interface AppComponent {
AuthComponent plusAuthComponent();
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment