:mega: kotlinx.serialization `v0.10.0` has been re...
# serialization
s
📣 kotlinx.serialization
v0.10.0
has been released! This release is binary compatible with Kotlin/Native 1.3.20. Important highlights and breaking changes: • Gradle metadata version was bumped to 0.4, so you need to upgrade Gradle in your project to 4.8 or higher (recommended is 4.10) to be able to resolve K/N dependencies • Maven serialization plugin coordinates were changed to match other compiler maven plugins. Now it is `kotlin-maven-serialization`: https://search.maven.org/artifact/org.jetbrains.kotlin/kotlin-maven-serialization/1.3.20/jar. Issue with Maven import (https://github.com/Kotlin/kotlinx.serialization/issues/307) has also been resolved. • This release contains all changes from 0.10.0-eap-1, including JSON->Json renaming, ability to skip default values, ability to inspect descriptors tree, and almost feature-full compiler plugin for Kotlin Native. Full changelog: https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md#0100--2019-01-22
🎉 14
👍 10
g
What about Gradle 5+?
s
AFAIK, Gradle 5.x still uses metadata 0.4, so it should work
g
Thanks
q
Congrats and thanks !