Using immutables-library works fine with java 9 until I add a module-info.java to the project, Immutables*.java will no longer be generated.
To the module-info I add 'requires value' as suggested by IntelliJ.
What am I missing, is it a immutables-library issue or something else I need to set up in order for javac to find the annotation processing.
I am using maven with the maven-compiler-plugin:3.7.0configured for target/source = 9.