Is ApplicationComponent deprecated?
Is ApplicationComponent deprecated?
Yes, it is deprecated.
Instead of ApplicationComponent
, you can use SingletonComponent
.
This is an Hilt component for singleton bindings
ApplicationComponent
being renamed to SingletonComponent
, to allow usage of Hilt in non-Android Gradle modules link