Skip to content

Commit d73dda9

Browse files
authored
Update to kotlinx serialisation 1.0.0-RC2 (#33)
* Update to latest serialisation library * Use correct dependency for json
1 parent 97d3ea0 commit d73dda9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ buildscript {
3333
google()
3434
}
3535
dependencies {
36-
classpath("com.android.tools.build:gradle:4.0.1")
36+
classpath("com.android.tools.build:gradle:4.0.2")
3737
}
3838
}
3939

layercache-serializer/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ apply(from = "$rootDir/gradle/scripts/dokka-javadoc.gradle.kts")
2929

3030
dependencies {
3131
api(project(":layercache"))
32-
implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.0.0-RC")
32+
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.0.0-RC2")
3333

3434
testImplementation(project(":testutils"))
3535
}

0 commit comments

Comments
 (0)