mirror of
https://github.com/cashapp/zipline.git
synced 2026-03-13 10:23:19 +08:00
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:
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user