File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,23 @@ 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.7.3] ( )
11+
12+ 2.7.3 - 2026-04-20
13+ ========================================
14+ * Supported KSP version: >=2.0.2
15+ * Supported Kotlin version: >=2.2.0
16+ * Ktor version: 3.4.1
17+
18+ ## Changed
19+ - Update KSP to 2.3.6
20+
21+ ## Fixed
22+ - The compilerPluginVersion will now get correctly set to 2.3.4 by the Gradle plugin to support using Kotlin 2.3.0+.
23+ - Fixed an error when using AGP 9 related to multiple modules using the same namespace
24+
25+ Thanks to @eygraber and @xiaoyvyv for contributing to this release!
26+
1027# [ 2.7.2] ( )
1128
12292.7.2 - 2026-01-11
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ kotlinPoet = "2.2.0"
1212kspVersion = " 2.3.6"
1313
1414# these are the release versions for the artifacts, not for libraries in the catalog
15- ktorfit = " 2.7.2 "
16- ktorfitCompiler = " 2.3.3 "
15+ ktorfit = " 2.7.3 "
16+ ktorfitCompiler = " 2.3.4 "
1717
1818ktorfitGradlePlugin = " 2.7.2"
1919
Original file line number Diff line number Diff line change 1313 site :
1414 images : ' ../../images'
1515 ktorfit :
16- release : " 2.7.2 "
16+ release : " 2.7.3 "
1717 ktor :
18- release : " 3.3.3 "
18+ release : " 3.4.1 "
1919 social :
2020 - icon : fontawesome/brands/github-alt
2121 link : ' https://github.com/foso'
You can’t perform that action at this time.
0 commit comments