Anyone doing hilt android tests with compose? I am following
official guide, but I am having trouble implementing it. More specifically, current I am having an issue with objects that are annotated with
@ViewModelScope
or are installed in
@ViewModelComponent
.