evant / kotlin-inject

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

Disallow scoped suspend provides methods #358

Closed evant closed 4 months ago

evant commented 4 months ago

This was generating invalid code, now it gives a helpful error message.

Fixes #337