Skip to content

0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@charleskorn charleskorn released this 19 Jan 22:56

What's changed

  • New: kaml now supports serializing Kotlin objects to YAML. Call Yaml.default.serialize(serializer, input) to convert input to YAML using serializer.

Upgrading

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

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

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