Hi all, I reached the point where I would like to ...
# getting-started
t
Hi all, I reached the point where I would like to share code between two projects of mine. I assume it must be somehow possible to extract it into a (nonpublic) library and add that as a dependency in gradle. Is there a good guide / tutorial about how this can be achieved?
😶 2
r
Look into maven local
r
For something more portable, look into GitHub Packages or GitLab Packages (depending on what you use).
t
Thank you. I will have a look into both of these.
v
You might be more after composite builds though if you want to work on the shared code and the project(s) at the same time.
l
mutils module, you can share library, after inject module to another project.