Hi, I am trying to figure out how to create Java 9...
# announcements
a
Hi, I am trying to figure out how to create Java 9 modules using Gradle. If I put modules-info.java into src/main/kotlin the Kotlin compiler seems to check the module information but as far as I see it does not generate a modules-info.class file. Only if I put the modules-info.java file into src/main/java modules-info.class is generated. Is this the expected behaviour or am I missing something?