I have two \'android application modules\' in one project and they create independent apks.
But I want to combine these two modules into one hence creating dependencies betw
Each application module creates a separate APK. What you may want to do is to create a library module to contain code common to both APKs and then add a dependency between them.