sandwwraith
01/24/2019, 9:51 AMv0.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-22gildor
01/24/2019, 9:52 AMsandwwraith
01/24/2019, 9:52 AMgildor
01/24/2019, 9:53 AMqlitzler
01/24/2019, 1:23 PM