I’m reading the docs for the Gradle plugin, and it says:
Note:
jvm
targets do not compile Java;
So, is there some way to mix in some Java source files with the Kotlin source files in the jvmMain
module?
Maybe I’ll read the entire manual for Gradle. The PDF is only 1,112 pages.