Skip to content

Instantly share code, notes, and snippets.

@tfcporciuncula
Created December 20, 2018 14:22
Show Gist options
  • Save tfcporciuncula/a5366aff2794753b694fc9854694c99d to your computer and use it in GitHub Desktop.
Save tfcporciuncula/a5366aff2794753b694fc9854694c99d to your computer and use it in GitHub Desktop.
Module example
@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