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 @@ -8,5 +8,5 @@ dependencies {
8
8
implementation(" com.google.devtools.ksp:symbol-processing-api:2.1.0-1.0.29" )
9
9
implementation(" com.squareup:kotlinpoet:2.0.0" )
10
10
implementation(" com.squareup:kotlinpoet-ksp:2.0.0" )
11
- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3 " )
11
+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0 " )
12
12
}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ version = rootProject.version
23
23
dependencies {
24
24
implementation(" it.krzeminski:snakeyaml-engine-kmp:3.1.0" )
25
25
implementation(" org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0" )
26
- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3 " )
26
+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0 " )
27
27
implementation(projects.sharedInternal)
28
28
ksp(projects.codeGenerator)
29
29
You can’t perform that action at this time.
0 commit comments