Skip to content

Instantly share code, notes, and snippets.

@tfcporciuncula
Created April 15, 2019 17:07
Show Gist options
  • Save tfcporciuncula/64ea2c76c29c997e51083cd54b32232a to your computer and use it in GitHub Desktop.
Save tfcporciuncula/64ea2c76c29c997e51083cd54b32232a to your computer and use it in GitHub Desktop.
BookPresenterModule.kt
@Module
object BookPresenterModule {
@Provides @JvmStatic
fun provideBookPresenter(bookPresenter: BookPresenterImpl): BookPresenter = bookPresenter
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment