kaml v0.18.1 Release Notes

Release Date: 2020-07-19 // almost 4 years ago
  • 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, or Can'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.