amzn / kotlin-inject-anvil

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

Generate binding method for subcomponent factory #64

Closed vRallev closed 4 weeks ago

vRallev commented 4 weeks ago

Generate a binding method for types annotated with @ContributesSubcomponent.Factory in the parent scope. This allows us to inject the factory type itself.

Fixes #49