Upgrade kotlinx.serialization to v1.6.3 am: 3eabe70bae
Original change: https://android-review.googlesource.com/c/platform/external/kotlinx.serialization/+/3058343
Change-Id: Ie7478228e976620bdf26f616e19b46878dd49ea6
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/METADATA b/METADATA
index 27096d2..f9d2338 100644
--- a/METADATA
+++ b/METADATA
@@ -1,16 +1,20 @@
-name: "kotlinx.serialization"
-description:
- "Kotlin serialization consists of a compiler plugin, that generates visitor "
- "code for serializable classes, runtime library with core serialization API "
- "and support libraries with various serialization formats."
+# This project was upgraded with external_updater.
+# Usage: tools/external_updater/updater.sh update external/kotlinx.serialization
+# For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md
+name: "kotlinx.serialization"
+description: "Kotlin serialization consists of a compiler plugin, that generates visitor code for serializable classes, runtime library with core serialization API and support libraries with various serialization formats."
third_party {
+ license_type: NOTICE
+ last_upgrade_date {
+ year: 2024
+ month: 4
+ day: 22
+ }
identifier {
type: "Git"
value: "https://github.com/Kotlin/kotlinx.serialization"
+ version: "v1.6.3"
primary_source: true
- version: "v1.3.3"
}
- last_upgrade_date { year: 2024 month: 3 day: 7 }
- license_type: NOTICE
}