Skip to content

Instantly share code, notes, and snippets.

@ursusursus
Created December 29, 2019 06:37
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/e6ff07ed48d8b14ab2fca72e006c1439 to your computer and use it in GitHub Desktop.
Save ursusursus/e6ff07ed48d8b14ab2fca72e006c1439 to your computer and use it in GitHub Desktop.
@Module
object MessageModule {
@AppScope
@Provides
@JvmStatic
fun messageRepository(...): MessageRepository {
return MessageRepository(...)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment