Skip to content

Instantly share code, notes, and snippets.

@mladenrakonjac
Last active February 3, 2018 01:03
Show Gist options
  • Save mladenrakonjac/b96ab3642259f8c451e443875937ef28 to your computer and use it in GitHub Desktop.
Save mladenrakonjac/b96ab3642259f8c451e443875937ef28 to your computer and use it in GitHub Desktop.
class ModernApplication : DaggerApplication(){
override fun applicationInjector(): AndroidInjector<out DaggerApplication> {
return DaggerAppComponent.builder().create(this)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment