Recently I faced a problem with `ViewModel` not wo...
# koin
k
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
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
yep 👍
there is 2 issues : • qualifier not resolved correctly with ViewModel factory (it keeps look at same Class) • confusion between named() functions