If I have a multi-module project, let's simplify it to:
where module b depends on module a.
If I make changes in module b, and update its version, should I also increase the version of module a, even if this module has not been changed?
Thank you, Roxana
A short answer: it depends.
If your modules are just inalienable parts of a big complex project then it makes sense to have the same version in every project.
On the contrary, if your modules are low coupled (for example A is web service and B is Android client for A) then you may have different versions in each.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With