0.25.0
What's changed
- New:
YamlMap
now has agetKey()
method that returns theYamlScalar
for the given key in the map. - Updated: kaml is now built against kotlinx-serialization 1.0.0.
Upgrading
If you're using Gradle, reference kaml in your dependencies
block like this:
implementation("com.charleskorn.kaml:kaml:0.25.0")
For other tools, refer to the Maven Central release page for more information.