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
@Binds | |
abstract fun providesLogicInteractor(logicInteractor: LogicInteractor): LogicInteractorContract |
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
class LogicInteractor @Inject constructor(val dataRepository: DataRepositoryContract): LogicInteractorContract |