[REQ] [kotlin-spring] Reactive Kotlin Spring Server Generator
Created by: botcoder
Describe the solution you'd like
Support webflux in the same way as the Spring server generator, when using kotlin-spring with spring-boot library.
Describe alternatives you've considered
Wrap ResponseEntity with Mono/Flux.
Additional context
Java support was added at PR #571, but Kotlin support is missing.