evant / kotlin-inject

Dependency injection lib for kotlin
Apache License 2.0
1.29k stars 60 forks source link

resolve scope type when comparing against constructor injection #359

Closed evant closed 9 months ago

evant commented 9 months ago

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

Fixes #353