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/ksoup
Highlights 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.