Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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