Is it possible to read/access the module-info.java...
# compiler
h
Is it possible to read/access the module-info.java file in FIR or IR? I don’t need a PSI or similar structure, just the possibility to read the file, I can do the parsing by myself.
🚫 1
@dmitriy.novozhilov do you have any plans to validate the module-info.java file in the future by the compiler, eg package name (to prevent split packages) or validate the visibility?
d
There is some research in this direction going, but no specific plans yet
👍 1