0.18.1
What's changed
- Fixed: using a contextual serializer as the top-level deserializer for an object could fail with errors like
Expected an object, but got a list
, orCan't decode YAML map into LIST
Upgrading
If you're using Gradle, reference kaml in your dependencies
block like this:
implementation("com.charleskorn.kaml:kaml:0.18.1")
For other tools, refer to the Maven Central release page for more information.