evant / kotlin-inject

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

Add clarifying message when provider for a dependency with platform nullability wasn't found #406

Closed sergeshustoff closed 1 week ago

sergeshustoff commented 1 week ago

Closes #401

evant commented 1 week ago

hm, I wonder if we should go-ahead and treat injections into java code non-nullable by default.

sergeshustoff commented 1 week ago

You're right, I'll try that instead