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
Add .idea and *.iml to .gitignore, you don't need those files to successfully import and compile the project.
.idea
*.iml
.gitignore