Hello,
when using the IDE it is no problem to have a Java class and a Kotlin class in the same package and have both classes call each others methods. So far so good, but what happens when I use Maven to build my deployment jar? Is there a way to get this to build when using Maven as well? That would be really nice.
Regaeds, Oliver