This area of repository contains different libraries with various add-on formats which were not included in the main runtime library – because they are not so popular, or they're big, or they contain other JVM runtime dependencies.
For convenience, they have same groupId, versioning and release cycle as main runtime.
kotlinx-serialization-runtime-configparser
Allows deserialization of Config
object from popular lightbend/config library into Kotlin objects. You can learn about "Human-Optimized Config Object Notation" or HOCON from library's readme.
com.charleskorn.kaml:kaml
Allows serialization and deserialization of objects to and from YAML.