square / anvil

A Kotlin compiler plugin to make dependency injection with Dagger 2 easier.
Apache License 2.0
1.31k stars 80 forks source link

Support Dagger 2.51's new `@LazyClassLoading` #903

Open ZacSweers opened 7 months ago

ZacSweers commented 7 months ago

https://dagger.dev/dev-guide/multibindings#lazy-class-loading

https://github.com/google/dagger/releases/tag/dagger-2.51

Not sure if this actually requires any changes from us, but something worth checking