I'm tryin to import a Java module from Intellij IDEA to my Android Studio. The module provides certain functionalliy for creating pdf documents.
Now, the Android Studio won't let me to import this module because it is built by Gradle.
I would like to know how can I integrate my module to my existing Android Studio project. Furthermore, I'd like to know what are those .iml files in the root directory of the project.