Skip to content

Dagger 2.40.3

Compare
Choose a tag to compare
@bcorso bcorso released this 29 Nov 18:30
· 695 commits to master since this release

Dagger bug fixes

  • Fixes #3065: Fixes an issue caused by our XProcessing migration (to support KSP). For now, we’ve replaced all problematic usages of XElement#getName() with XElements#getSimpleName(XElement) which ensures we use the old javac simple name.