Third-Party Import of: <https://github.com/Kotlin/kotlinx.serialization/>
Request Document: go/android3p
For CL Reviewers: go/android3p#cl-review
For Build Team: go/ab-third-party-imports
Bug: http://b/327649027

Test: ./gradlew build
Change-Id: I77b17252a31ef9eb8b98c8c5bbde4adec39213de
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..27096d2
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,16 @@
+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 {
+  identifier {
+    type: "Git"
+    value: "https://github.com/Kotlin/kotlinx.serialization"
+    primary_source: true
+    version: "v1.3.3"
+  }
+  last_upgrade_date { year: 2024 month: 3 day: 7 }
+  license_type: NOTICE
+}