Hello everybody! Here's another library you didn't...
# feed
c
Hello everybody! Here's another library you didn't know you don't need 😄 aral, a KMP XML push parser. https://github.com/csanfilippo/aral
🆒 2
clapping 2
a
Why do you use platform parser instead of https://github.com/pdvrieze/xmlutil?
2
m
@altavir I had to use one not that long ago to migrate legacy android app to KMP. It was faster to convert a java impl to kotlin (with AI) than to rewrite entire app to use kotlinx.serialization
That said, for new apps it's better to use xmlutil imho
If anyone is interested here is the code for the port I did with my coworker @Marcin Kiżewski back then https://github.com/XmlPullKmp/XmlPullKmp
c
@altavir because I'd like to keep the code as light as possible, without any dependency from kotlinx.serialization
☝️ 2