From 34c48e55aaaecd0eafcb5ee0f48fdf69451bf268 Mon Sep 17 00:00:00 2001 From: Jens Klingenberg Date: Mon, 1 Jan 2024 22:21:09 +0100 Subject: [PATCH] Update Kotlin/KSP to 1.9.22 (#509) --- docs/CHANGELOG.md | 5 +++++ gradle/libs.versions.toml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 674094eb6..c73e31687 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -7,6 +7,11 @@ and this project orients towards [Semantic Versioning](http://semver.org/spec/v2 Note: This project needs KSP to work and every new Ktorfit with an update of the KSP version is technically a breaking change. But there is no intent to bump the Ktorfit major version for every KSP update. +Unreleased +======================================== +- Compatible with KSP 1.0.16 and Kotlin 1.9.22 + + 1.11.1 - 2023-12-21 ======================================== - Fix compile errors #505 #496 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index cc8fdd676..02f856768 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,9 +6,9 @@ coroutines = "1.7.3" detekt = "1.23.1" junit = "4.13.2" kctfork = "0.4.0" -kotlin = "1.9.21" +kotlin = "1.9.22" kotlinPoet = "1.15.1" -kspVersion = "1.9.21-1.0.15" +kspVersion = "1.9.22-1.0.16" ktorfit = "1.11.1" ktorfitGradlePlugin = "1.10.1" ktorVersion = "2.3.6"