Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Bumps de.jensklingenberg.ktorfit:ktorfit-lib from 2.5.1 to 2.7.1.

Release notes

Sourced from de.jensklingenberg.ktorfit:ktorfit-lib's releases.

2.7.1

2.7.1

2.7.1 - 2025-12-11

  • Supported KSP version: >=2.0.2
  • Supported Kotlin version: >=2.2.0
  • Ktor version: 3.3.3

When you use Kotlin 2.3.0 you need to set the compilerPluginVersion to 2.3.3. See compatibility table below: https://github.com/Foso/Ktorfit/tree/master/ktorfit-compiler-plugin#compatibility-table

Changed

  • Update Ktor to 3.3.3

Fixed

  • Class-level annotations (e.g., @HiddenFromObjC, @ObjCName, @Deprecated) are now properly propagated to generated implementation classes. This resolves compilation errors when using annotations like @HiddenFromObjC on Ktorfit interfaces
  • Decorating suspend func with @​THROWS breaks some gradle tasks #995

Deprecated

  • The kotlinVersion property in the Ktorfit Gradle plugin extension is now deprecated in favor of compilerPluginVersion.

    Reason: The new compilerPluginVersion property provides a clearer and more accurate description of its purpose, which is to specify the version of the Ktorfit compiler plugin, not the Kotlin language version. This change improves configuration clarity and reduces confusion.

When you use Kotlin 2.3.0 you need to set the compilerPluginVersion to 2.3.3. See compatibility table below: https://github.com/Foso/Ktorfit/tree/master/ktorfit-compiler-plugin#compatibility-table

Migration: Replace any usage of kotlinVersion in your Gradle build scripts with compilerPluginVersion. The kotlinVersion property will continue to work for now, but will be removed in a future release.

Example migration:

// Old (deprecated)
ktorfit {
    kotlinVersion.set("2.3.3")
}
// New (recommended)
ktorfit {
    compilerPluginVersion.set("2.3.3")
}

Thanks to @​eygraber for contributing to this release!

2.6.5 - 2025-12-01

  • Supported KSP version: >=2.0.2
  • Supported Kotlin version: >=2.2.0

... (truncated)

Changelog

Sourced from de.jensklingenberg.ktorfit:ktorfit-lib's changelog.

2.7.1

2.7.1 - 2025-12-11

  • Supported KSP version: >=2.0.2
  • Supported Kotlin version: >=2.2.0
  • Ktor version: 3.3.3

Changed

  • Update Ktor to 3.3.3

Fixed

  • Class-level annotations (e.g., @HiddenFromObjC, @ObjCName, @Deprecated) are now properly propagated to generated implementation classes. This resolves compilation errors when using annotations like @HiddenFromObjC on Ktorfit interfaces
  • Decorating suspend func with @​THROWS breaks some gradle tasks #995

Deprecated

  • The kotlinVersion property in the Ktorfit Gradle plugin extension is now deprecated in favor of compilerPluginVersion.

    Reason: The new compilerPluginVersion property provides a clearer and more accurate description of its purpose, which is to specify the version of the Ktorfit compiler plugin, not the Kotlin language version. This change improves configuration clarity and reduces confusion.

When you use Kotlin 2.3.0 you need to set the compilerPluginVersion to 2.3.3. See compatibility table below: https://github.com/Foso/Ktorfit/tree/master/ktorfit-compiler-plugin#compatibility-table

Migration: Replace any usage of kotlinVersion in your Gradle build scripts with compilerPluginVersion. The kotlinVersion property will continue to work for now, but will be removed in a future release.

Example migration:

// Old (deprecated)
ktorfit {
    kotlinVersion.set("2.3.3")
}
// New (recommended)
ktorfit {
    compilerPluginVersion.set("2.3.3")
}

Thanks to @​eygraber for contributing to this release!

2.6.5

2.6.5 - 2025-12-01

  • Supported KSP version: >=2.0.2
  • Supported Kotlin version: >=2.2.0

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [de.jensklingenberg.ktorfit:ktorfit-lib](https://github.com/Foso/Ktorfit) from 2.5.1 to 2.7.1.
- [Release notes](https://github.com/Foso/Ktorfit/releases)
- [Changelog](https://github.com/Foso/Ktorfit/blob/master/docs/CHANGELOG.md)
- [Commits](Foso/Ktorfit@2.5.1...2.7.1)

---
updated-dependencies:
- dependency-name: de.jensklingenberg.ktorfit:ktorfit-lib
  dependency-version: 2.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file gradle Gradle dependency updates labels Jan 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file gradle Gradle dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants