evant / kotlin-inject

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

Copy opt in file & class annotations over to generated code #360

Closed evant closed 4 months ago

evant commented 4 months ago

It would be a lot of work to scan where all opt in annotations may be present but this should cover most cases and make it least possible

Fixes #267