Created
June 3, 2018 15:26
-
-
Save allidoiswarren/22c724ee7c87992b60ee95f876185320 to your computer and use it in GitHub Desktop.
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 abstract class AppModule { | |
| @Binds abstract fun context(app: Application): Context | |
| @Module companion object { | |
| // Static @Provides | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment