0

I have a Bitbucket android project (private), with multiple modules as below:

my_android_project
-> module_1
-> module_2
-> module_3

Its possible to use the modules, as gradle dependency, like this? (i'd like to use this modules in multiple projects)

implementation 'com.package.my_android_project:module_1:1.2.0'
implementation 'com.package.my_android_project:module_2:1.2.0'
implementation 'com.package.my_android_project:module_3:1.0.0'

0 Answers0