How can I parse info from kotlin docs to swagger-ui?
I need to parse kotlin docs (not swagger annotation) for swagger-ui.
I tried
this, but it don't work.
Here my springdoc dependencies (springdocVersion = "1.6.6"). By the way, I can't use therapi version 0.13.0 if it's important.
runtimeOnly("org.springdoc
springdoc openapi kotlin$springdocVersion")
implementation("org.springdoc
springdoc openapi ui$springdocVersion")...