What are iml files in Android Studio?

前端 未结 4 2077
执笔经年
执笔经年 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条回答
  •  旧时难觅i
    2020-12-04 08:17

    They are project files, that hold the module information and meta data.

    Just add *.iml to .gitignore.

    In Android Studio: Press CTRL + F9 to rebuild your project. The missing *.iml files will be generated.

提交回复
热议问题