Skip to content

v2.5.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jan 23:54
· 1 commit to main since this release

Added

  • Documented Anvil's roadmap, see here.

Changed

  • Improved incremental compilation support is now enabled by default (#1076). You can still opt-out or temporarily disable this by setting com.squareup.anvil.trackSourceFiles=false in your gradle.properties file. Note that this property will be removed in a future version.

Dependencies

  • Upgrade Kotlin to 2.0.21 (#1059). Note that while this release targets Kotlin 2.0, the K2 compiler is not yet supported (see the roadmap for more details).