Skip to content

0.16.1

Compare
Choose a tag to compare
@charleskorn charleskorn released this 07 Mar 03:58
0.16.1
bb27f4f

Note: version 0.16.0 was never released due to issues with the release process.

What's changed

  • Updated: kaml is now built against Kotlin 1.3.70 and kotlinx.serialization 0.20, and no longer depends on internal APIs from kotlinx.serialization (thanks to @EdwarDDay and @HeartPattern for the PRs)

Upgrading

If you're using Gradle, reference kaml in your dependencies block like this:

implementation("com.charleskorn.kaml:kaml:0.16.1")

For other tools, refer to the Maven Central release page for more information.