Hello everyone
I'm creating an app in Kotlin with Spring.
I configure everything to use Kotlin Serialization instead of Jackson and that works.
However, I would like to generate the OpenApi doc. But I can't find a plugin (gradle) or dependencies that support the Kotlin Serialization annotation for my Spring controller's DTO.
So two questions for you:
• Is there a plugin or dependency that support Kx-serializable
• (If not for the first question) Do you recommend me to go back on Jackson due to the lack of support of Kotlin Serializable with Spring
Have a good day