Skip to content

Commit 0b54550

Browse files
authored
Release 2.7.3 (#1055)
1 parent cd9a787 commit 0b54550

3 files changed

Lines changed: 21 additions & 4 deletions

File tree

docs/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ and this project orients towards [Semantic Versioning](http://semver.org/spec/v2
77
Note: This project needs KSP to work and every new Ktorfit with an update of the KSP version is technically a breaking change.
88
But 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

1229
2.7.2 - 2026-01-11

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ kotlinPoet = "2.2.0"
1212
kspVersion = "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

1818
ktorfitGradlePlugin = "2.7.2"
1919

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ extra:
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'

0 commit comments

Comments
 (0)