Does anyone know of a HTML Dom parser for Kotlin m...
# multiplatform
a
Does anyone know of a HTML Dom parser for Kotlin multi-platform. I need to use it for iOS and Android both. Will be parsing simple rich text only.
I found antlr-kotlin along with antlr grammar for HTML. I'm going to try that path.