ksoup
ksoup copied to clipboard
Version parity with Jsoup
I imagine, you copy pasted almost everything from jsoup and converted it to Kotlin.
The current version 0.1.2 is based on which Jsoup version? Also, do you plan to update ksoup with new features/bug fixes from jsoup every now and then?
Hi @vanniktech, I've restructured the jsoup code into Kotlin, maintaining its functionalities and behaviours while creating it for Kotlin Multiplatform. It's not just copy and convert, some classes are newly created for KMP. The current version is synced with jsoup-1.17.2 commits until Dec 18, 2023. I'm keeping an eye out for major changes , ready to update accordingly.
Amazing, might be worth stating this in the README?