RepositoryModule

@Module
abstract class RepositoryModule

Hilt bindings for data-layer repositories.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@Binds
@Singleton
abstract fun bindKeyRepository(impl: KeyRepositoryImpl): KeyRepository

Binds KeyRepositoryImpl as the app-wide KeyRepository.