Skip to content
This repository was archived by the owner on Nov 30, 2025. It is now read-only.

0.13.0

Choose a tag to compare

@charleskorn charleskorn released this 31 Aug 07:46
0.13.0
f375bcf

What's changed

  • Fixed: The issue where parsing a nullable list, map or object would fail with a InvalidPropertyValueException has been fixed (#6 - thanks to @Will3333 for the issue report)
  • Updated: kaml is now built against Kotlin 1.3.50 and kotlinx.serialization 0.12.

Upgrading

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

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

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