Building a Kotlin Dropwizard Maven REST API from scratch

Building a Kotlin Dropwizard Maven REST API from scratch

Part 1: Configuring Maven Kotlin is a great JVM language, that started being popular with Android development but has started increasing its popularity with other types of development, including backend services. However most of the tutorials on the internet use Kotlin with Gradle, and while that is a great way to build your Kotlin application, sometimes you will want or […]