evant / kotlin-inject

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

When comparing scope annotations, take their values into account #379

Closed evant closed 2 months ago

evant commented 2 months ago

ex: @NamedScope("one") and @NamedScope("two") are now treated as distinct scopes.

Fixes #377