Skip to content

Instantly share code, notes, and snippets.

@prokash-sarkar
Last active February 9, 2021 12:07
Show Gist options
  • Save prokash-sarkar/c3f368c62f3280c176f8652bcb2bfb85 to your computer and use it in GitHub Desktop.
Save prokash-sarkar/c3f368c62f3280c176f8652bcb2bfb85 to your computer and use it in GitHub Desktop.
@Module
interface AppModuleBinds {
@Singleton
@Binds
fun bindRepository(defaultDataRepository: DefaultDataRepository): DataRepository
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment