Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save orcchg/a4606322098f126e1dc320d697e18e86 to your computer and use it in GitHub Desktop.
@Component(
dependencies = [
StockListFeatureApi::class
]
)
interface StockListFragmentComponent {
fun inject(target: StockListFragment)
@Component.Factory
interface Factory {
fun create(
featureApi: StockListFeatureApi
): StockListFragmentComponent
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment