Is there a MPP XML parsing library? If not, how wo...
# multiplatform
w
Is there a MPP XML parsing library? If not, how would you workaround? Not using XML is not an options 🙂
s
Generally if a library is not available as a pure Kotlin implementation, it has to be wrapped in common code using the expect/actual capabilities of MPP. Sometimes its easy, sometimes not so easy.