Is there a MPP XML parsing library? If not, how would you workaround? Not using XML is not an options 🙂
s
Sam
02/06/2019, 3:26 PM
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.