Skip to content

Commit 04aaec5

Browse files
committed
Update to KSP 1.0.27
1 parent a737b4c commit 04aaec5

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

docs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ OptIn annotations on interfaces and functions will now be propagated to the gene
2929
# [2.1.0]()
3030

3131
* Supported Kotlin version: 2.0.0; 2.0.10; 2.0.20, 2.1.0-Beta1; 2.0.21-RC, 2.0.21
32-
* Supported KSP version: 1.0.24; 1.0.25, 1.0.26
32+
* Supported KSP version: 1.0.24; 1.0.25, 1.0.26, 1.0.27
3333
* Ktor version: 2.3.12; 3.0.0
3434

3535
## Added

gradle/libs.versions.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[versions]
2+
abg= "8.2.2"
23
autoService = "1.1.1"
34
autoServiceKsp = "1.10"
45
binaryCompatibilityValidator = "0.16.3"
@@ -8,11 +9,11 @@ junit = "4.13.2"
89
kctfork = "0.5.1"
910
kotlin = "2.0.21"
1011
kotlinPoet = "1.18.1"
11-
kspVersion = "2.0.21-1.0.25"
12+
kspVersion = "2.0.21-1.0.27"
1213

1314
groupId = "de.jensklingenberg.ktorfit"
1415
ktorfit = "2.1.0"
15-
ktorfitKsp = "2.1.0-1.0.25"
16+
ktorfitKsp = "2.1.0-1.0.27"
1617
ktorfitCompiler = "2.1.0-2.0.21"
1718
ktorfitCallConverter = "2.1.0"
1819
ktorfitFlowConverter = "2.1.0"
@@ -27,8 +28,7 @@ gradleMavenPublishPlugin = "0.28.0"
2728
vannikMavenPublish = "0.28.0"
2829

2930
[libraries]
30-
android-build-gradle = "com.android.tools.build:gradle:8.2.0"
31-
auto-service-ksp = { module = "dev.zacsweers.autoservice:auto-service-ksp", version.ref = "autoServiceKsp" }
31+
android-build-gradle = { module = "com.android.tools.build:gradle", version.ref = "abg" }
3232
autoService = { module = "com.google.auto.service:auto-service", version.ref = "autoService" }
3333
gradle-maven-publish-plugin = { module = "com.vanniktech:gradle-maven-publish-plugin", version.ref = "gradleMavenPublishPlugin" }
3434
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
4141
kotlinPoet = { module = "com.squareup:kotlinpoet", version.ref = "kotlinPoet" }
4242
kotlinPoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version.ref = "kotlinPoet" }
4343
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
44-
kotlinx-coroutines-rx3 = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-rx3", version.ref = "coroutines" }
4544
kotlinx-serialization-runtime-js = "org.jetbrains.kotlinx:kotlinx-serialization-runtime-js:0.20.0"
4645
kspApi = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "kspVersion" }
4746
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }

0 commit comments

Comments
 (0)