Skip to content

Instantly share code, notes, and snippets.

@ursusursus
Created December 29, 2019 06:36
Show Gist options
  • Save ursusursus/cb964fdd01dbc6293857028774037f8e to your computer and use it in GitHub Desktop.
Save ursusursus/cb964fdd01dbc6293857028774037f8e 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