From 04aaec57d27f8fc74301859bce3abd2b9802f4b3 Mon Sep 17 00:00:00 2001 From: Jens Klingenberg Date: Sat, 9 Nov 2024 12:20:54 +0100 Subject: [PATCH] Update to KSP 1.0.27 --- docs/CHANGELOG.md | 2 +- gradle/libs.versions.toml | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 877f782cd..348c0485c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -29,7 +29,7 @@ OptIn annotations on interfaces and functions will now be propagated to the gene # [2.1.0]() * Supported Kotlin version: 2.0.0; 2.0.10; 2.0.20, 2.1.0-Beta1; 2.0.21-RC, 2.0.21 -* Supported KSP version: 1.0.24; 1.0.25, 1.0.26 +* Supported KSP version: 1.0.24; 1.0.25, 1.0.26, 1.0.27 * Ktor version: 2.3.12; 3.0.0 ## Added diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 49d651a9e..a53c5e9a7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,4 +1,5 @@ [versions] +abg= "8.2.2" autoService = "1.1.1" autoServiceKsp = "1.10" binaryCompatibilityValidator = "0.16.3" @@ -8,11 +9,11 @@ junit = "4.13.2" kctfork = "0.5.1" kotlin = "2.0.21" kotlinPoet = "1.18.1" -kspVersion = "2.0.21-1.0.25" +kspVersion = "2.0.21-1.0.27" groupId = "de.jensklingenberg.ktorfit" ktorfit = "2.1.0" -ktorfitKsp = "2.1.0-1.0.25" +ktorfitKsp = "2.1.0-1.0.27" ktorfitCompiler = "2.1.0-2.0.21" ktorfitCallConverter = "2.1.0" ktorfitFlowConverter = "2.1.0" @@ -27,8 +28,7 @@ gradleMavenPublishPlugin = "0.28.0" vannikMavenPublish = "0.28.0" [libraries] -android-build-gradle = "com.android.tools.build:gradle:8.2.0" -auto-service-ksp = { module = "dev.zacsweers.autoservice:auto-service-ksp", version.ref = "autoServiceKsp" } +android-build-gradle = { module = "com.android.tools.build:gradle", version.ref = "abg" } autoService = { module = "com.google.auto.service:auto-service", version.ref = "autoService" } gradle-maven-publish-plugin = { module = "com.vanniktech:gradle-maven-publish-plugin", version.ref = "gradleMavenPublishPlugin" } kotlin-gradle-plugin-api = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin-api", version.ref = "kotlin" } @@ -41,7 +41,6 @@ kotlin-serialization = { module = "org.jetbrains.kotlin:kotlin-serialization", v kotlinPoet = { module = "com.squareup:kotlinpoet", version.ref = "kotlinPoet" } kotlinPoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version.ref = "kotlinPoet" } kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" } -kotlinx-coroutines-rx3 = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-rx3", version.ref = "coroutines" } kotlinx-serialization-runtime-js = "org.jetbrains.kotlinx:kotlinx-serialization-runtime-js:0.20.0" kspApi = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "kspVersion" } kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }