We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b2e8b commit 2cefeb3Copy full SHA for 2cefeb3
code-generator/build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
5
}
6
7
dependencies {
8
- implementation("com.google.devtools.ksp:symbol-processing-api:2.3.3")
+ implementation("com.google.devtools.ksp:symbol-processing-api:2.3.4")
9
implementation("com.squareup:kotlinpoet:2.2.0")
10
implementation("com.squareup:kotlinpoet-ksp:2.2.0")
11
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0")
github-workflows-kt/build.gradle.kts
@@ -10,7 +10,7 @@ plugins {
buildsrc.convention.`duplicate-versions`
12
kotlin("plugin.serialization")
13
- id("com.google.devtools.ksp") version "2.3.3"
+ id("com.google.devtools.ksp") version "2.3.4"
14
15
// Code quality.
16
id("io.gitlab.arturbosch.detekt")
0 commit comments