Skip to content

Commit

Permalink
Try using older serialization version.
Browse files Browse the repository at this point in the history
  • Loading branch information
runningcode committed Feb 24, 2025
1 parent c457b6a commit c756ea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ foundation-layout-android = "1.7.6"
shadow = "9.0.0-beta8"

# internal
emerge-gradle-plugin = "4.0.10-SNAPSHOT"
emerge-gradle-plugin = "4.0.10-kotlinx2-SNAPSHOT"
emerge-performance = "2.1.2"
emerge-reaper = "1.0.0"
emerge-snapshots = "1.3.3"
Expand Down Expand Up @@ -102,7 +102,7 @@ junit5-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "ju
kotlin-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlin-coroutines" }
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
kotlinx-datetime = "org.jetbrains.kotlinx:kotlinx-datetime:0.6.2"
kotlinx-serialization = "org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0"
kotlinx-serialization = "org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3"

ktor-network = { module = "io.ktor:ktor-network", version = "3.1.0" }

Expand Down

0 comments on commit c756ea2

Please sign in to comment.