Hello everyone I'm creating an app in Kotlin wit...
# spring
d
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
s
Kotlin Serialization is supported by Spring
What makes you think it is not ?
d
Yes but not by SpringDoc to generate OpenAPI 😕