amzn / kotlin-inject-anvil

Extensions for the kotlin-inject dependency injection framework
Apache License 2.0
240 stars 4 forks source link

Add `@ForScope` qualifier #30

Closed vRallev closed 1 month ago

vRallev commented 1 month ago

Add the @ForScope annotation to make onboarding kotlin-inject-anvil easier and standardize annotations across projects. This annotation can be reused for Dagger 2 and Anvil.

Contributes to #16.