Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-11 | 753 Bytes | |
v2.6.0 source code.tar.gz | 2025-07-11 | 882.7 kB | |
v2.6.0 source code.zip | 2025-07-11 | 1.1 MB | |
Totals: 3 Items | 2.0 MB | 4 |
Changed
- Upgrade Kotlin to
2.1.21
- Upgrade kotlin-metadata to
2.1.21
. This will remain in sync with the Kotlin version for all future releases. - Upgrade KotlinPoet to
2.2.0
- Upgrade Dagger to
2.56.2
- This includes updating Anvil's Dagger factory generation code to match changes in Dagger
2.54+
for using thedagger.internal.Provider
type, which helps prepare for jakarta support. This applies if you use Anvil'sgenerateDaggerFactories
orgenerateDaggerFactoriesOnly
options and is expected to be a breaking change if you have any@Component
s built using older Dagger versions. - Development snapshots are now published to the Central Portal Snapshots repository.