Skip to content

Dagger 2.25.3

Compare
Choose a tag to compare
@bcorso bcorso released this 16 Dec 23:33
· 1554 commits to master since this release

What's new

  1. Bug fixes

    1. Fix #1659: Add workaround for missing Kotlin qualifiers annotations across compilation units. (c96fc3e)
    2. Fix #1648: Kotlin object module providers of a primitive type would fail to compile (d0dfab8)
    3. Fix #1645: Improve memory footprint when parsing Kotlin metadata by using the visitor APIs. (f4f6d18)
  2. Maintenance

    1. Bump Android API to 29 and build tools to 29.02. Also bazel 1.1.0. (5e7374e)
    2. Add gradle build test to the release script to test maven artifacts build. (e80e4b1)