Created
June 26, 2021 07:57
-
-
Save orcchg/ccfb46a5bfa607e01f985d5626fd3b3c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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