Skip to content

Instantly share code, notes, and snippets.

@itsandreramon
Last active December 25, 2023 18:38
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 itsandreramon/e2862ecb253d78503a7fec0ce5903811 to your computer and use it in GitHub Desktop.
Save itsandreramon/e2862ecb253d78503a7fec0ce5903811 to your computer and use it in GitHub Desktop.
class App : Application() {
val appComponent: AppComponent by lazy {
DaggerAppComponent
.factory()
.create(this)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment