Update kotlinx.serialization to v1.10.0 (#1772)

* Update kotlinx.serialization to v1.10.0

* Update README.md

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jake Wharton <jw@jakewharton.com>
This commit is contained in:
renovate[bot]
2026-02-12 05:19:20 +00:00
committed by GitHub
parent 48511b492c
commit 0e122c08e8
2 changed files with 3 additions and 3 deletions

View File

@@ -219,8 +219,8 @@ components.
| Component | Supported Version | Notes |
|:---------------------|:------------------|:----------------------------------------------------------------------------|
| Kotlin Compiler | 2.3.0 | Kotlin compiler plugins do not yet have a stable API. |
| Kotlin Serialization | 1.9.0 | For `decodeFromDynamic()`, `encodeToDynamic()`, and `ContextualSerializer`. |
| Kotlin Compiler | 2.3.0 | Kotlin compiler plugins do not yet have a stable API. |
| Kotlin Serialization | 1.10.0 | For `decodeFromDynamic()`, `encodeToDynamic()`, and `ContextualSerializer`. |
| Kotlin Coroutines | 1.10.2 | For `transformLatest()` and `Deferred.getCompleted()`. |
We intend to use stable APIs as soon as they are available.

View File

@@ -4,7 +4,7 @@ compileSdk = "36"
jetty = "12.1.6"
kotlin = "2.3.10"
kotlinx-coroutines = "1.10.2"
kotlinx-serialization = "1.9.0"
kotlinx-serialization = "1.10.0"
okHttp = "5.3.2"
okio = "3.16.4"
minSdk = "21"