Skip to content

Instantly share code, notes, and snippets.

@tfcporciuncula
Created April 15, 2019 17:08
Show Gist options
  • Save tfcporciuncula/59a739b324bc9af7d994a02cde80bc33 to your computer and use it in GitHub Desktop.
Save tfcporciuncula/59a739b324bc9af7d994a02cde80bc33 to your computer and use it in GitHub Desktop.
BookPresenterModule.kt
@Module
abstract class BookPresenterModule {
@Binds abstract fun bindBookPresenter(bookPresenter: BookPresenterImpl): BookPresenter
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment