We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 933340c commit ff1cdf0Copy full SHA for ff1cdf0
build.gradle
@@ -18,7 +18,7 @@ apply plugin: "org.jetbrains.kotlin.jvm"
18
dependencies {
19
implementation "com.google.devtools.ksp:symbol-processing-api:2.1.0-1.0.29"
20
implementation "com.squareup:kotlinpoet:2.0.0"
21
- implementation "com.fab1an:kotlin-json-stream:1.2.2"
+ implementation "com.fab1an:kotlin-json-stream:1.2.3"
22
implementation project(":kotlin-json-stream-serializer-annotations")
23
24
testImplementation "org.jetbrains.kotlin:kotlin-test"
0 commit comments