For a webservice, we generate Java class from a xs...
# server
d
For a webservice, we generate Java class from a xsd file, using XJC. But I would be better if we can get Kotlin data class instead. My first approach would be to generate Java class then run annotations processor to generate Kotlin data class version using KotlinPoete. Did you get this kind of issue too? How did you solved it? What do you think of my approach?