Using NB 11, Gradle 5.4.1, and  Java 11 or 12... Is there a supported/correct 
way to develop multi-module applications?

I can easily get them working without NetBeans by using the popular 
"org.javamodularity.moduleplugin" gradle plugin, but NB doesn't recognize the 
modules so it doesn't resolve the cross-module dependencies. I.e., the 
'requires' statements in the module-info.java file, and imports across modules.

Thanks!

Reply via email to