File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
}
6
6
7
7
dependencies {
8
- implementation(" com.google.devtools.ksp:symbol-processing-api:2.1.20-2.0.0 " )
8
+ implementation(" com.google.devtools.ksp:symbol-processing-api:2.1.20-2.0.1 " )
9
9
implementation(" com.squareup:kotlinpoet:2.1.0" )
10
10
implementation(" com.squareup:kotlinpoet-ksp:2.1.0" )
11
11
implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1" )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
buildsrc.convention.`duplicate- versions`
8
8
9
9
kotlin(" plugin.serialization" )
10
- id(" com.google.devtools.ksp" ) version " 2.1.20-2.0.0 "
10
+ id(" com.google.devtools.ksp" ) version " 2.1.20-2.0.1 "
11
11
12
12
// Code quality.
13
13
id(" io.gitlab.arturbosch.detekt" )
You can’t perform that action at this time.
0 commit comments