New Release: Ksoup 0.18, a Kotlin Multiplatform library for HTML and XML parsing. This update brings some exciting improvements, making it lighter and more flexible for your projects.
π GitHub: https://github.com/fleeksoft/ksoupHighlights of the new release:
β’ π¦ Ksoup Lite: A new variant with zero external IO or network dependencies.
β’ π― Removed charset and ktor-http dependencies from the core library.
β’ π °οΈ Pure Kotlin implementation of CodePoint, no external libraries needed.
β’ π Enhanced SourceReader now handles ByteArray more efficiently.
If youβre looking for a robust, lightweight HTML/XML parser for Kotlin Multiplatform, give Ksoup a try!
Feedback and contributions are always welcome. π
π 4
ππΌ 1
m
Michael Paus
09/18/2024, 8:27 AM
I like the lite version. Just switched to it in my app without having to make any changes.