Skip to content

0.7.2

Latest
Compare
Choose a tag to compare
@evant evant released this 13 Sep 18:00
· 8 commits to main since this release

[0.7.2] 2024-09-13

Changed

  • kotlin updated to 2.0.0

Fixed

  • Fixed various issues with qualifier annotations.
  • Fixed issue with inner class or companion inside a component extending the component interface causing an error.
  • Fixed crash when attempting to display a type parameter.
  • Added ksp work-around when running multiple rounds to prevent a FileAlreadyExistsException on a duplicate symbol.
  • Fixed injecting into a java constructor that doesn't have a nullability annotation defined.
  • Fixed various issues when resolving cycles.