2.6.5
2.6.5 - 2025-12-01
- Supported KSP version: >=2.0.2
- Supported Kotlin version: >=2.2.0
- Ktor version: 3.2.1
When you use Kotlin 2.3.0 you need to set the kotlinVersion in Gradle Ktorfit config to 2.3.3. See compatibility table below: https://github.com/Foso/Ktorfit/tree/master/ktorfit-compiler-plugin#compatibility-table
Fixed
- Fix Kotlin 2.2.21 compatibility: update IrClass.defaultType usage
- Cant find generated code in KMP project with only Android target #965
- Add typealias support to KSP processor #944
- Fix KSP version extraction logic in the Gradle plugin #931
- Composed annotations lead to invalid generated code #875
Thanks to @eygraber, @martinbirn, @rsicarelli and @haruue for contributing to this release!