kaml v0.14.0 Release Notes

Release Date: 2019-09-29 // over 4 years ago
  • What's changed

    • 🆕 New : kaml now supports polymorphic serialization (#4, #7 and #10 - thanks to @frzme for the suggestion and to @EdwarDDay for the PRs to implement it)

    ⬆️ Upgrading

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

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

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