There is no library for parsing xml on kotlin nati...
# multiplatform
m
There is no library for parsing xml on kotlin native ios, right?
d
kotlinx.serialization maybe?
Just guessing...
m
they don't do xmls yet, there is a community plugin for that, but it only works for jvm/js
d
Oh...didn't know that, i'm sorry.
b
You could use a ios pod for this and just call that from kotlin
There must be loads of xml parsing libs for swift or objc
m
sure, but wondered if there's maybe some common solution at hand. thanks guys
s
There’s an xml parser in Foundation that you can call into without having to pull in a pod.
🙏 1