lesincs
03/05/2022, 5:40 AMHilt
user, every time I do a hot-restart for my app (the process is not killed), because the application class is not recreated, so the SingletonComponent
is exactly the same as the previous one, which means some dependencies annotated with @Singleton
will still get reused, I am not sure if it’s fine for this behavior. But can we have a way to prevent this?