0.13.0
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.