evant / kotlin-inject

Dependency injection lib for kotlin
Apache License 2.0
1.24k stars 55 forks source link

Support constructor injecting inner classes #332

Closed evant closed 7 months ago

evant commented 10 months ago

Injecting inner classes will attempt to inject the outer class and then use that to construct the inner one.

Fixes #254