Android Question The problem with git and shared module

darabon

Active Member
I used many shared modules in my app.
When I try to add files to git, the shared modules do not include a stage.
How can I solve that?
 

darabon

Active Member
Can you provide an example. Are the shared modules withhin the git subdirectories or in another folder?
Is another directory
Like a picture I attached
1678166886346.png
 
Upvote 1

Andrew (Digitwell)

Well-Known Member
Licensed User
Longtime User
Which is why they are not included in the Git storage. They need to be in a sub directory of the Git main directory or create another repository for the shared.

 
Upvote 0
Top