evant / kotlin-inject

Dependency injection lib for kotlin
Apache License 2.0
1.14k stars 51 forks source link

resolve scope type when comparing against constructor injection #359

Closed evant closed 4 months ago

evant commented 4 months ago

constructor types are already resolved, since the scope type wasn't it was never matching and causing infinite recursion

Fixes #353