Skip to content

2.3.0

Latest
Compare
Choose a tag to compare
@Foso Foso released this 16 Feb 16:12
· 12 commits to master since this release
3053312
  • Supported KSP version: 1.0.30
  • Supported Kotlin version: 2.1.10
  • Ktor version: 3.1.0

Added

  • Provide option to not use the compiler plugin #764
    You can now set the Kotlin version for the compiler plugin.
    By default, it will use the Kotlin version of the project. You can set it to "-" to disable the plugin.
ktorfit{
    kotlinVersion = "-"
    // or
    kotlinVersion = "x.x.x"
}

Fixed

  • @headers annotation produces unexpected newline in generated code by ksp plugin #752
  • Generated code containing repeated @opt annotation #767

Thanks to @DatL4g, @dewantawsif and @MohammadFakhraee for contributing to this release!