Skip to content

Instantly share code, notes, and snippets.

@orcchg
Created June 26, 2021 08:04
Show Gist options
  • Select an option

  • Save orcchg/04dba3a92d4c1e5d8131e03882b2c12f to your computer and use it in GitHub Desktop.

Select an option

Save orcchg/04dba3a92d4c1e5d8131e03882b2c12f to your computer and use it in GitHub Desktop.
override fun onCreate(savedInstanceState: Bundle?) {
DaggerStockListDemoActivityComponent.factory()
.create(featureApi = DaggerFakeStockListFeatureComponent.create()) // HERE !
.inject(this)
super.onCreate(savedInstanceState)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment