0.5.0
Pre-release
Pre-release
What's changed
- New: kaml now supports serializing Kotlin objects to YAML. Call
Yaml.default.serialize(serializer, input)
to convertinput
to YAML usingserializer
.
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.