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 1ab30df commit 3adb778Copy full SHA for 3adb778
code-generator/build.gradle.kts
@@ -7,6 +7,6 @@ plugins {
7
dependencies {
8
implementation("com.google.devtools.ksp:symbol-processing-api:2.3.6")
9
implementation("com.squareup:kotlinpoet:2.3.0")
10
- implementation("com.squareup:kotlinpoet-ksp:2.2.0")
+ implementation("com.squareup:kotlinpoet-ksp:2.3.0")
11
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0")
12
}
0 commit comments