Hello! Trying out 2.0.0-rc-3 now and found that `n...
# koin
s
Hello! Trying out 2.0.0-rc-3 now and found that
name = "x"
is no longer used and it is asking for a qualifier (+ I can see a named function in autocomplete). How should it be now? Also, what is the advantage of this? To not require strings for names like List<String> and put that as a type of the Qualifier? Thanks!
b
There's still a "named" qualifier that is a simple string. It's just now not only limited to strings
👌 1
☝️ 1