hi. I am new to Kotlin.
How should I organize project directories if using Maven? Should I put my code in src/main/java or src/main/kotlin?:)
Some time ago I saw somewhere (probably in the documentation) example with
<sourceDirs><source>src/main/java</source>
in plugin configuration, but now the documentation suggests
/src/main/kotlin