Hey all - does anyone know if there is something like an equivalent to Jsoup for Kotlin Multiplatform and/or Kotlin Native? Long story short: I'm trying to write a library that parses info from a website.
SkrapeIt works like a charm for the JVM target, but I'd like to see if that parsing logic can be shared.