<Hilt Service - Auto init> I want to know how to a...
# stackoverflow
u
Hilt Service - Auto init I want to know how to automatically initialize a service without having to inject it the first time. In the documentation, the @Singleton annotation seems to do that but it doesn't work on my side.