Skip to content

Releases: ZacSweers/anvil

0.2.2

08 Aug 19:06
Compare
Choose a tag to compare
  • Fix: Correctly track inputs to KSP command line options so they don't result in incorrect task build cache hits.
  • Fix: Don't set default AnvilExtension property values until after all properties are initialized.

What's Changed

Full Changelog: 0.2.1...0.2.2

0.2.1

08 Aug 17:29
Compare
Choose a tag to compare
  • Fix: Don't cache symbols between processing rounds. This better supports KSP2.
  • Fix: Workaround Kotlin plugin option parsing limitations. Contributing annotations should now be colon-delimited, and the underlying KSP argument is changed to a more consistent anvil-ksp-extraContributingAnnotations.

What's Changed

Full Changelog: 0.2.0...0.2.1

0.2.0

07 Aug 16:04
Compare
Choose a tag to compare
  • New: Introduce an AnvilKspExtension API. See instructions here.
  • Fix: Allow contribution merging if factory generation is enabled.

What's Changed

Full Changelog: 0.1.0...0.2.0

0.1.0

07 Aug 15:08
Compare
Choose a tag to compare

Initial release of Anvil KSP. See FORK.md for more information and installation instructions.