Android Studio – How to import other modules defined in the same Android app project inside Kotlin code?
I was trying to understand how to create multiple independent modules inside a project and use them in the main app module. I am using android studio Arctic Fox 2020.3.1. I have difficulty in importing the module into Kotlin code.…