.iml files are project files for intellij, as we are using gradle we dont need them in the repository. My current intellij usage (by using open->navigate to and select build.gradle) does not generate these (uses .idea folders instead) but if you want to keep using .iml I advise adding that to the gitignore.
.iml files are project files for intellij, as we are using gradle we dont need them in the repository. My current intellij usage (by using open->navigate to and select build.gradle) does not generate these (uses .idea folders instead) but if you want to keep using .iml I advise adding that to the gitignore.