File tree Expand file tree Collapse file tree
ktorfit-gradle-plugin/src/main/java/de/jensklingenberg/ktorfit/gradle Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ and this project orients towards [Semantic Versioning](http://semver.org/spec/v2
77Note: This project needs KSP to work and every new Ktorfit with an update of the KSP version is technically a breaking change.
88But there is no intent to bump the Ktorfit major version for every KSP update.
99
10+ # [ 2.5.2] ( )
11+
12+ 2.5.2 - 2025-05-12
13+ ========================================
14+ * Supported KSP version: >=1.0.28
15+ * Supported Kotlin version: >=2.1.10
16+ * Ktor version: 3.1.2
17+
18+ ## Fixed
19+ - Resolve KSP version if set with ksp extension #851
20+
21+ Thanks to @sydden1337 for contributing to this release!
22+
23+
1024# [ 2.5.1] ( )
1125
12262.5.1 - 2025-04-19
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ kotlinPoet = "2.1.0"
1111kspVersion = " 2.1.10-1.0.29"
1212
1313groupId = " de.jensklingenberg.ktorfit"
14- ktorfit = " 2.5.1 "
14+ ktorfit = " 2.5.2 "
1515ktorfitKsp = " 2.5.1"
1616ktorfitCompiler = " 2.2.0" # Don't confuse this with the Kotlin version
17- ktorfitCallConverter = " 2.5.1 "
18- ktorfitFlowConverter = " 2.5.1 "
19- ktorfitResponseConverter = " 2.5.1 "
20- ktorfitGradle = " 2.5.1 "
17+ ktorfitCallConverter = " 2.5.2 "
18+ ktorfitFlowConverter = " 2.5.2 "
19+ ktorfitResponseConverter = " 2.5.2 "
20+ ktorfitGradle = " 2.5.2 "
2121
2222ktorfitGradlePlugin = " 2.4.0"
2323ktorVersion = " 3.1.2"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ class KtorfitGradlePlugin : Plugin<Project> {
2121 const val GROUP_NAME = " de.jensklingenberg.ktorfit"
2222 const val ARTIFACT_NAME = " compiler-plugin"
2323 const val COMPILER_PLUGIN_ID = " ktorfitPlugin"
24- const val KTORFIT_KSP_PLUGIN_VERSION = " 2.4.0 "
24+ const val KTORFIT_KSP_PLUGIN_VERSION = " 2.5.1 "
2525 const val KTORFIT_COMPILER_PLUGIN_VERSION = " 2.2.0"
2626 const val MIN_KSP_VERSION = " 1.0.28"
2727 const val MIN_KOTLIN_VERSION = " 2.1.0"
You can’t perform that action at this time.
0 commit comments