So I’m misunderstanding something from the docs on...
# community-support
j
So I’m misunderstanding something from the docs on platforms/version specifications: we have a lot of projects, and a lot of “slices” of dependencies - project A needs dependencies from groups 1, 2, and 3, project B needs groups 2, 3, and 4, project C needs 2, 5, and 6 - there’re some commonalities but I mostly need to normalize the dependencies based on generalizations. Is this a platform, then? Do I have a bom-of-boms? (Or should I?) Is there a canonical “here’s how you do it” example that doesn’t rely on tiny snippets of the examples as on gradle.org?