koin
koin copied to clipboard
[Koin-annotations] Second @InjectedParam with generic type is not created properly
koin = "4.0.2" koin-annotations = "2.0.0"
To Reproduce Steps to reproduce the behavior:
- Create class with two injected params fields (set it as Single with interface binding)
- In another place try to get this class from koin using parametersOf
- See the compilation error