Dagger 2.51.1
wanyingd1996
released this
29 Mar 18:57
·
125 commits
to master
since this release
New Dagger Features
- Added
BindingGraphPlugin#onProcessingRoundBegin
for pre-processing initialization. (2a6a0b4)
Dagger bug fixes
Fixed #4181: Associate Dagger Android output with the generated Component, so that incremental builds with Ksp won’t fail.
Fixed #4254: Support using scoped @LazyClassKey
map bindings.
Fixed #4262: Support referencing an array of annotations in a map key annotation.