Created
December 20, 2018 14:22
-
-
Save tfcporciuncula/a5366aff2794753b694fc9854694c99d to your computer and use it in GitHub Desktop.
Module example
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 YourModule { | |
@Provides @JvmStatic | |
fun provideThatDependency() = ThatDependency() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment