I’m writing a ktor service and this service accept...
# server
m
I’m writing a ktor service and this service accepts xml invoice file, I want to parse it into kotlin models. I tried xmlutil but it’s a bit complicated Is there a better library?
c
m
yes, it's using xmlutils under the hood