What are .iml files in Android Studio?
What are iml files in Android Studio project? A Google search on iml file turns up: IML is a module file created by IntelliJ IDEA, an IDE used to develop Java applications. It stores information about a development module, which may be a Java, Plugin, Android, or Maven component; saves the module paths, dependencies, and … Read more