Hi everyone, I have question regarding to library ...
# android
n
Hi everyone, I have question regarding to library development in Android. Let's say I have more than one library modules which are independent from each other.:
Copy code
module-one
module-two
...
And I have another module inside same project which is called
module-all
. So, my question is here: Is there any way to combine classes of
module-one
,
module-two
, etc in
module-all
?