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 c411207 commit fcc1127Copy full SHA for fcc1127
code-generator/build.gradle.kts
@@ -7,6 +7,6 @@ plugins {
7
dependencies {
8
implementation("com.google.devtools.ksp:symbol-processing-api:2.1.10-1.0.30")
9
implementation("com.squareup:kotlinpoet:2.0.0")
10
- implementation("com.squareup:kotlinpoet-ksp:2.0.0")
+ implementation("com.squareup:kotlinpoet-ksp:2.1.0")
11
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0")
12
}
0 commit comments