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 e7ee957 commit 74af3aaCopy full SHA for 74af3aa
gradle.properties
@@ -36,7 +36,6 @@ jacocoVersion=0.8.7
36
kotlinxBenchmarkVersion=0.3.1
37
38
# serialization
39
-gsonVersion=2.8.5
40
xmlpullVersion=1.1.3.1
41
xpp3Version=1.1.6
42
runtime/serde/serde-json/build.gradle.kts
@@ -16,10 +16,5 @@ kotlin {
16
api(project(":runtime:serde"))
17
}
18
19
- jvmMain {
20
- dependencies {
21
- implementation("com.google.code.gson:gson:$gsonVersion")
22
- }
23
24
25
0 commit comments