Created
April 7, 2019 13:53
-
-
Save tfcporciuncula/fe1f97137456b5231e5290ca18612803 to your computer and use it in GitHub Desktop.
MyActivity.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
private val presenter = | |
MyApplication | |
.component | |
.plus(BookModule(this)) | |
.presenter |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment