Package-level declarations
Types
Link copied to clipboard
The main application class that extends Application and is annotated with HiltAndroidApp.
Link copied to clipboard
@Generated(value = "dagger.hilt.android.processor.internal.androidentrypoint.InjectorEntryPointGenerator")
@Generated(value = "dagger.hilt.android.processor.internal.androidentrypoint.InjectorEntryPointGenerator")
Link copied to clipboard
Link copied to clipboard
A generated base class to be extended by the @dagger.hilt.android.AndroidEntryPoint annotated class.
Link copied to clipboard
For now, extend from AppCompatActivity. Otherwise, setApplicationLocales will do nothing.
Link copied to clipboard
@Generated(value = "dagger.hilt.android.processor.internal.androidentrypoint.InjectorEntryPointGenerator")
@Generated(value = "dagger.hilt.android.processor.internal.androidentrypoint.InjectorEntryPointGenerator")
Link copied to clipboard
Link copied to clipboard
class MainActivityViewModel @Inject constructor(userPreferencesDataSource: UserPreferencesDataSource) : ViewModel
Annotates a ViewModel class that is managed by Hilt's dependency injection system.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@IdentifierNameString
@DaggerGenerated
@IdentifierNameString
@DaggerGenerated
Link copied to clipboard
@IdentifierNameString
@DaggerGenerated
@IdentifierNameString
@DaggerGenerated
Link copied to clipboard
Link copied to clipboard
Class for the system theme settings. This wrapping class allows us to combine all the changes and prevent unnecessary recompositions.