Skip to content

Instantly share code, notes, and snippets.

@prokash-sarkar
Last active February 9, 2021 12:06
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 prokash-sarkar/646a7898c88ef876cb3546d9575889a6 to your computer and use it in GitHub Desktop.
Save prokash-sarkar/646a7898c88ef876cb3546d9575889a6 to your computer and use it in GitHub Desktop.
class TestBaseApplication : BaseApplication() {
override fun initializeDaggerComponent(): AppComponent {
val component: TestAppComponent = DaggerTestAppComponent.factory()
.create(this)
component.inject(this)
return component
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment