0.11.0
What's changed
- New: kaml will now provide a better error message when a map or list is given when a scalar value is expected or vice versa, rather than cryptic messages like
Size must be known in advance when using READ_ALL
.
Upgrading
If you're using Gradle, reference kaml in your dependencies
block like this:
implementation("com.charleskorn.kaml:kaml:0.11.0")
For other tools, refer to the Maven Central release page for more information.