Skip to content

Instantly share code, notes, and snippets.

@lisamariewatkins
Created March 9, 2019 16:09
Show Gist options
  • Save lisamariewatkins/7e1980d0fc22695ee7a66f4046ffe1fb to your computer and use it in GitHub Desktop.
Save lisamariewatkins/7e1980d0fc22695ee7a66f4046ffe1fb to your computer and use it in GitHub Desktop.
object ApplicationInjector {
fun init(app: BaseApplication) {
DaggerApplicationComponent.builder().application(app)
.build().inject(app)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment