Koin Annotations 1.4 is almost out - here is an ar...
# koin
a
Koin Annotations 1.4 is almost out - here is an article wrapping up new features and improvements https://blog.insert-koin.io/koin-annotations-1-4-better-multimodule-kmp-c349ff29f839
K 4
m
how does one manually resolve something with the
@Qualifier
annotation? like
getKoin().get(qualifier = ???)
a
if it's a string you can use
named("your_string")
or a type
named<T>()