evant / kotlin-inject

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

Skip validating companion & inner class types #435

Closed evant closed 2 months ago

evant commented 2 months ago

These aren't used for generation so it doesn't matter if they resolve. This also fixes an issue where a companion object implementing the component interface causes a stackoverflow.

Fixes #434