Created
April 15, 2019 17:07
-
-
Save tfcporciuncula/64ea2c76c29c997e51083cd54b32232a to your computer and use it in GitHub Desktop.
BookPresenterModule.kt
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
@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