Created
July 30, 2019 17:49
-
-
Save lamvann/81a97492f895918b79038d5961482864 to your computer and use it in GitHub Desktop.
This file contains 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 | |
abstract class ContractModule { | |
// This module allows our presenters to be injected | |
@Binds | |
abstract fun providesPresenter(presenter: PopularMoviesPresenter): PopularMoviesContract.Presenter | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment