Hello good people, it looks like this doesn’t work...
# koin
d
Hello good people, it looks like this doesn’t work on Koin
Copy code
@Named("io_dispatcher")
annotation class IoDispatcherQualifier
Is there any alternative, besides using the regular
@Named(SomeConst) val myStuff
? EDIT: It does work! I just forget to include the module 😅
👍 1