Skip to content

Instantly share code, notes, and snippets.

@stepango
Created October 13, 2019 09:15
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 stepango/9af6e28f3872dba34c1a0ce46da5c672 to your computer and use it in GitHub Desktop.
Save stepango/9af6e28f3872dba34c1a0ce46da5c672 to your computer and use it in GitHub Desktop.
Simple Dagger Root Component
import dagger.Component
@Component
interface RootComponent {
fun inject(app: MainActivity)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment