Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save orcchg/4aeb23ed59ecb8f2afbbdb56b321d70a to your computer and use it in GitHub Desktop.
@Module(
includes = [
StockListDatabaseModule::class,
StockListNetworkModule::class
]
)
interface StockListDataModule {
@Binds
@Reusable
fun repository(impl: DefaultStockListRepository): StockListRepository
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment