v2.5.0-beta05
Pre-release
Pre-release
·
133 commits
to main
since this release
Added
- Support KSP in BindsMethodValidator by @IlyaGulya (#831)
Fixed
- fix interface based @ContributesSubcomponent.Factory in KSP by @gabrielittner (#931)
- Fix KSP resolution of Priority (#933)
- Gracefully handle module name resolution in KSP (#947)
- Always generate provider factories for binding modules (#951)
- use the resolved value of
const
arguments in propagated annotation arguments (#940) - re-run analysis between an incremental sync and code generation (#943)
- delay
@ContributesSubcomponent
generation until the last analysis rounds (#946)