Getting Started with Kotlin and Maven
Set up a Maven based Kotlin project and run it in 3 simple steps

It is a matter of fact that Gradle is the default choice for Kotlin development when it comes to choice building tools. However there are plenty of developers out there that still prefer to use other building solutions (like maven) in order to manage and build their JVM based projects…