What are iml files in Android Studio?

前端 未结 4 2076
执笔经年
执笔经年 2020-12-04 07:57

What are iml files in Android Studio project? I read that it is configuration file for modules. I do not understand how it works, and can\'t I just use gradle scripts to int

4条回答
  •  误落风尘
    2020-12-04 08:16

    Add .idea and *.iml to .gitignore, you don't need those files to successfully import and compile the project.

提交回复
热议问题