Why does ktor use typesafe config instead of kotli...
# ktor
j
Why does ktor use typesafe config instead of kotlinx.serialization HOCON support? Typesafe config drags in java.desktop module and it's the only reference to that module in my project.
r
My guess is that we started to support HOCON before kotlinx.serialization had it.