new module gets created without any source directories
Answered
As per https://www.jetbrains.com/help/idea/adding-an-existing-module-to-a-project.html, created a new module but there are no directories gets created.
I can only see .iml file.
How to created src > main & src > test along with module ?
Thanks & Regards,
Vikram
Please sign in to leave a comment.
See https://www.jetbrains.com/help/idea/configuring-content-roots.html.
actually, I find a workaround. Right click on the empty project, and select "New", "Module", enter a name, and click "Finish". Then the "src/main/java" will apear.