Hi all,
As part of Kwery, I’ve put together a http://dropwizard.io/ example project at https://github.com/andrewoma/kwery/tree/master/example
It is fairly Kwery-centric, but it is a working Dropwizard example in Kotlin (built with gradle).
In general, using Kotlin with Dropwizard just works.
The only Kotlin specific change is using Jackson’s Kotlin module (https://github.com/FasterXML/jackson-module-kotlin) so that data classes can be serialised without annotations.
Cheers,
Andrew