Hi, I'm working on KMP library Ksoup which is alte...
# multiplatform
s
Hi, I'm working on KMP library Ksoup which is alternative of Jsoup: https://github.com/fleeksoft/ksoup I need a charset library, but currently, kotlinx-io doesn't support it. However, Ktor has it, and just for using charset, I need to add the ktor-core library. Is there any better solution here?
l
Charset, as in something like icu?