Skip to content

Instantly share code, notes, and snippets.

@orcchg
Created June 26, 2021 07:57
Show Gist options
  • Save orcchg/ccfb46a5bfa607e01f985d5626fd3b3c to your computer and use it in GitHub Desktop.
Save orcchg/ccfb46a5bfa607e01f985d5626fd3b3c to your computer and use it in GitHub Desktop.
@Module
interface FakeStockListFeatureModule {
@Binds
@Reusable
fun interactor(impl: FakeStockListInteractor): StockListInteractor
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment