evant / kotlin-inject

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

Consider platform nullability non-null in params #410

Closed sergeshustoff closed 4 months ago

sergeshustoff commented 4 months ago

Allows injecting provided dependencies into java constructor even if parameter nullability is not specified in java

Fixes #401