I have two projects, and an common library.
- app1
- app2
- common
app1, app2 dependency on common. I want to share common library between app1 and app2, how?
I try this methods
- export aar, and import, but common's dependencies not import
- import gradle project in app1 and app2, but in this case, I have to keep two version code.