Hey, is there any way to resolve one component as ...
# koin
h
Hey, is there any way to resolve one component as default component and second component as named component? Default - without providing anything, and custom - providing it's name like other components? Simple declaring one component wothout name and one with, doesn't work for me. These two components share the same interface. Thanks for help
t
I think there is no such way. You have to define names for both dependencies that have same interface.
h
;(
a
in last 1.0.0-RC-2, components are named by default
🤔 1
h
Thx
a
if you want, you can still give a name, else it gives a name path+class name
👍 1