IML ISSUE

已回答
I had install intellij ,for java but it is showing .IML extension , How to fix it
0

Hi Ravi,

.iml files are module files used to keep module configuration. Modules are an essential part of any project – they are created automatically together with a project. For more information see:

To create and run your first Java application in IntelliJ IDEA, see this tutorial:

0

请先登录再写评论。