Package-level declarations

Types

Link copied to clipboard
@Singleton
interface AppComponent

Dagger component for dependency injection. This is the main entry point to the Dagger framework.

Link copied to clipboard
@Module
class DatabaseModule

Database module for dependency injection. Provides instances of AppDatabase and DAOs.

Link copied to clipboard
@Module
object DataStoreModule

A Module to provide DataStore instances. This module is mainly responsible for creating and configuring the DataStore<Preferences> instance.