todo
todo copied to clipboard
ApplicationComponent is deprecated in new Hilt version
ApplicationComponent is deprecated from the Hilt version "2.30" and forward, and should be replaced with SingletonComponent.
Example:
@InstallIn(ApplicationComponent::class)
becomes
@InstallIn(SingletonComponent::class)
Source: https://github.com/google/dagger/releases/tag/dagger-2.30