Skip to content

v2.0.2

Compare
Choose a tag to compare
@vRallev vRallev released this 01 Sep 22:43
· 1418 commits to main since this release
  • Support using @ContributesBinding for objects and generate a @Provides rather than a @Binds function.
  • Allow using Anvil to generate Dagger factories in modules using @Subcomponent, see #74
  • Reduce the size of the generated bytecode in certain scenarios, see #76
  • Stop adding the @Generated annotation. This leads to issues on Android where this annotation doesn't exist, see #75
  • Support classes starting with a lowercase character, see #80
  • Support generic classes using field injection, see #91
  • Add missing import for inject constructor factories when the injected type is an inner class, see #79