Hey everyone. When mixing Dagger and Koin what would be the best way to provide jvm types?
I am hitting this error. And have similar for Set. When I am injecting a map into a class.
Copy code
Caused by: org.koin.core.error.NoDefinitionFoundException: No definition found for type 'java.util.Map
👍 1
a
arnaud.giuliani
12/23/2024, 2:30 PM
look at using Kotlin types first. Generics are not yet handled. You would need to use qualifiers if you need