kaml v0.16.1 Release Notes

Release Date: 2020-03-07 // about 4 years ago
  • 🚀 Note: version 0.16.0 was never released due to issues with the release process.

    What's changed

    • ⚡️ Updated : kaml is now built against Kotlin 1.3.70 and kotlinx.serialization 0.20, and no longer depends on internal APIs from kotlinx.serialization (thanks to @EdwarDDay and @HeartPattern for the PRs)

    ⬆️ Upgrading

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

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

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