Skip to content

Releases: arouel/typescriptpoet

🔥 1.1.3 Release

28 Jul 14:42
Compare
Choose a tag to compare

What

  • Add @JvmField to TypeName constants
  • Update Kotlin to 1.7.10
  • Update JaCoCo to 0.8.7
  • Update Guava to 31.1-jre
  • Set release version to 1.1.3

Why

  • Let the Kotlin compiler know that we want to expose constants like TypeName.NUMBER as a static field in the Java representation.
  • Get the project running with OpenJDK 11.
  • Benefit from bug fixes and improvements of a recent Kotlin version.