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
hfhbd
03/10/2025, 9:21 AM
@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
dmitriy.novozhilov
03/10/2025, 9:24 AM
There is some research in this direction going, but no specific plans yet