Skip to content

Instantly share code, notes, and snippets.

@lamvann
Created July 30, 2019 17:49
Show Gist options
  • Save lamvann/81a97492f895918b79038d5961482864 to your computer and use it in GitHub Desktop.
Save lamvann/81a97492f895918b79038d5961482864 to your computer and use it in GitHub Desktop.
@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