Add application module dependency into another application module in Android Studio with Gradle Add application module dependency into another application module in Android Studio with Gradle android android

Add application module dependency into another application module in Android Studio with Gradle


Is it possible to have 2 applications modules (with apply plugin: 'com.android.application' at the head of their gradle file) and one having a dependency over another?

No, sorry.

Can't we add dependency between two (or more) applications modules?

Correct — that is not supported.