in every module that includes a compose dependency?
👌 4
s
sindrenm
05/12/2025, 8:24 PM
Short answer: yes.
What we do is we have made a plugin that adds the BOM as a platform dependency and applies the plugin. Then all we need for our nodules would be to add the library dependencies they need.
u
ursus
05/12/2025, 8:25 PM
ugh..and since I'm looking inside the BOM it's all the same 1.8.1 coordinate, only material is different (1.3.2)...huge overkill
s
sindrenm
05/13/2025, 4:28 AM
If you're using something like Renovate to always stay up-to-date, then I'm not sure if the BOM is technically that important, though. But we still use it for good measure.