Create a Java and Kotlin Project with Maven 1. Introduction In this quick tutorial, we’ll see how to set up a Maven project handling both Java and Kotlin sources. We’ll first create a project for Java sources only. We’ll then add the kotlin-maven-plugin to handle Kotlin as well. And finally, we’ll add some dummy classes, package our application,… Continue Reading kotlin-maven-java-project