koin-annotations
koin-annotations copied to clipboard
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
issue from: https://github.com/InsertKoinIO/koin/issues/2167#issuecomment-3062803332