Skip to content

Instantly share code, notes, and snippets.

@larkintuckerllc
Created December 1, 2017 13:18
Show Gist options
  • Save larkintuckerllc/962254cee1d8e32ba081efc1dd274b48 to your computer and use it in GitHub Desktop.
Save larkintuckerllc/962254cee1d8e32ba081efc1dd274b48 to your computer and use it in GitHub Desktop.
How-to Dagger 2 with Android: Part 3 - 2
...
@Singleton
@Component(modules = MyModule.class)
interface MyComponent {
void inject(MainActivity mainActivity);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment