Having another issue, a class written in Java in the JVM module does not get put on the classpath or even appears in the output folder, even when using apply plugin: 'java'
. Is this not a supported scenario?
It helps if you put your Java classes into
src/main/java
and not
src/main/kotlin
. 🙈