Skip to content

Instantly share code, notes, and snippets.

@ursusursus
Created December 29, 2019 06:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ursusursus/91b43dd2c81cce4f61406fd97f434e54 to your computer and use it in GitHub Desktop.
Save ursusursus/91b43dd2c81cce4f61406fd97f434e54 to your computer and use it in GitHub Desktop.
@Module
object MessageModule {
@AppScope
@Provides
@JvmStatic
fun messageModule(...): MessageRepository {
return MessageRepository(...)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment