Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Dagger 2.57 source code.tar.gz | 2025-07-16 | 25.3 MB | |
Dagger 2.57 source code.zip | 2025-07-16 | 28.3 MB | |
README.md | 2025-07-16 | 596 Bytes | |
Totals: 3 Items | 53.6 MB | 2 |
Potential breaking changes
The generated Factory
/MembersInjector
constructors have changed from public to private. This shouldn’t affect most users since these classes are only meant to be called by Dagger’s other generated code. If you do happen to be broken by this change, you should avoid calling Dagger’s generated Factory
/MembersInjector
classes directly. For a temporary solution, you can also switch to using the public static methods to create an instance. (165cf20ee)
Bug fixes
Fixes [#4779]. Unshades the Kotlinx Metadata to support Kotlin 2.2.0 (bfa88b962)