Bruno Ponte

Results 1 issues of Bruno Ponte

```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