Has anyone successfully used the Swagger documenta...
# micronaut
m
Has anyone successfully used the Swagger documentation generation with Kotlin and Micronaut? I just took the kotlin project from examples (https://github.com/micronaut-projects/micronaut-examples), added the lines suggested (changing annotationProcessor to kapt), adding the annotation to Application class and do a
./gradlew build
. There is no swagger directory in the META-INF folder. I notice the Java example is already wired for Swagger generation, so I'm wondering if the Kotlin example hasn't been updated yet because it doesn't work properly? If someone has a working example, please let me know.