Clara Fok | dd98219 | 2024-03-08 17:00:12 -0800 | [diff] [blame^] | 1 | name: "kotlinx.serialization" |
| 2 | description: |
| 3 | "Kotlin serialization consists of a compiler plugin, that generates visitor " |
| 4 | "code for serializable classes, runtime library with core serialization API " |
| 5 | "and support libraries with various serialization formats." |
| 6 | |
| 7 | third_party { |
| 8 | identifier { |
| 9 | type: "Git" |
| 10 | value: "https://github.com/Kotlin/kotlinx.serialization" |
| 11 | primary_source: true |
| 12 | version: "v1.3.3" |
| 13 | } |
| 14 | last_upgrade_date { year: 2024 month: 3 day: 7 } |
| 15 | license_type: NOTICE |
| 16 | } |