https://kotlinlang.org logo
Title
k

KamilH

02/02/2023, 8:26 AM
Recently I faced a problem with
ViewModel
not working correctly with
Qualifier
. The issue is described here. Is there any workaround I can apply until it’s resolved?
p

Pedro Alberto

02/03/2023, 12:26 PM
I did face the same the problem usually is with the importer so you have to import the DSL named
this fixed our issue
I think @arnaud.giuliani know about this.
a

arnaud.giuliani

02/06/2023, 10:53 AM
yep 👍
there is 2 issues : • qualifier not resolved correctly with ViewModel factory (it keeps look at same Class) • confusion between named() functions