Maven tile for Kotlin + Java projects

Hi,

In case people are interested I created a maven tile for Kotlin compile. So along with other tiles (Java compile etc) it makes it nice and easy for mixed Kotlin/Java projects.

Reference:

Example use:

If you are not familiar with maven tiles it is basically a method to provide maven plugins in a mixin style (rather than inherit from parent pom). Refer to: GitHub - repaint-io/maven-tiles: Injecting maven configurations by composition rather than inheritance

Cheers, Rob.