Skip to content

Instantly share code, notes, and snippets.

@kozmi55
Created September 3, 2018 13:32
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 kozmi55/a6746983e56cfda525536c8388a65565 to your computer and use it in GitHub Desktop.
Save kozmi55/a6746983e56cfda525536c8388a65565 to your computer and use it in GitHub Desktop.
class TestApplication : Application(), HasSupportFragmentInjector {
@Inject
lateinit var fragmentInjector: DispatchingAndroidInjector<Fragment>
override fun supportFragmentInjector() = fragmentInjector
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment