Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save orcchg/5bc70fd89bee2a77039b6e7403dc7906 to your computer and use it in GitHub Desktop.
@Component(
modules = [
StockListDataModule::class
],
dependencies = [
NetworkCoreLibApi::class
]
)
interface StockListDataComponent : StockListDataApi {
@Component.Factory
interface Factory {
fun create(
networkCoreLibApi: NetworkCoreLibApi
): StockListDataComponent
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment