evant / kotlin-inject

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

Update overridden functions when collecting types #376

Closed vRallev closed 2 months ago

vRallev commented 2 months ago

The old mechanism depended on the order types were defined and processed them in order without respecting overridden functions. With the fix overridden functions get updated when collecting types.

Fixes #375