How to check the module location of a module file?
Answered
I have a couple of modules loaded in my project and want to see where the module file is located for a certain module. How to I find this?
Please sign in to leave a comment.
If your project Maven/Gradle based? Why do you need to find the module's .iml files?
If directory-based format is used and the project is not a Maven/Gradle based, module .iml files are created in project in the module's content root directory.