Skip to content

Instantly share code, notes, and snippets.

@markchristopherng
Last active February 21, 2020 00:06
Show Gist options
  • Save markchristopherng/0ef457f67d8fadb5023d6e121af94ce6 to your computer and use it in GitHub Desktop.
Save markchristopherng/0ef457f67d8fadb5023d6e121af94ce6 to your computer and use it in GitHub Desktop.
class DaggerApplication : Application() {
val appComponent: AppComponent by lazy {
DaggerAppComponent.factory().create("welcome to Dagger")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment