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 467bb3c commit 7a7abfcCopy full SHA for 7a7abfc
code-generator/build.gradle.kts
@@ -7,6 +7,6 @@ plugins {
7
dependencies {
8
implementation("com.google.devtools.ksp:symbol-processing-api:2.1.21-2.0.1")
9
implementation("com.squareup:kotlinpoet:2.2.0")
10
- implementation("com.squareup:kotlinpoet-ksp:2.1.0")
+ implementation("com.squareup:kotlinpoet-ksp:2.2.0")
11
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1")
12
}
0 commit comments