having trouble with the maven plugin. it seems fro...
# announcements
r
having trouble with the maven plugin. it seems from the documentation and examples that the choices are to either use
src/main/kotlin
by overriding
sourceDirectory
(which obviously then means that any java code has to go in there as well), or put kotlin source files in
src/main/java
... is there something i'm missing?