I would recommend Spring. Take a look at Spring Kotlin Support.
A little example helps to understand the benefits of dedicated Kotlin support: You can use nullable types and default values in Spring’s web frameworks, while you have to use the old annotation based approach with Java EE (JAX-RS in this case).