Skip to content

0.29.0

Latest
Compare
Choose a tag to compare
@ZacSweers ZacSweers released this 29 Nov 04:22
· 10 commits to main since this release
  • New: Add option to disable auto-application of the Moshi dependency in the moshi-ir Gradle plugin. moshi { applyMoshiDependency.set(false) }.
  • Update to Kotlin 2.1.0. Note that this release requires Kotlin 2.1.0 or later for moshi-ir due to changes in the IR API. It may work on older releases, but it's untested.
  • Update KotlinPoet to 2.0.0.
  • Update Guava to 33.3.1-jre.
  • Update kotlinx-collections-immutable to 0.3.8.
  • Build against KSP 2.1.0-1.0.29.
  • Build against Gradle 8.11.1.

Special thanks to @plnice for contributing to this release!

What's Changed

Full Changelog: 0.28.0...0.29.0