I'd love to have a version catalog that I can just use, that is fundamentally equivalent to what's in the bom.
I understand these can be published in some way, but I'd just be happy with just toml file I could download right now. Currently I have this, but I'm still adding things as I need to reference them directly somewhere. I can't imagine I'm the only one who would enjoy this for static accessors.
I'm not suggesting this as a replacment for the bom's (although they could replace boms and starters), just as a way to get gradle's static accessors without everyone having to do what I'm doing, which is adding dependency as I need it.
https://docs.gradle.org/current/userguide/platforms.html#sub:version-catalog-declaration
I'd love to have a version catalog that I can just use, that is fundamentally equivalent to what's in the bom.
I understand these can be published in some way, but I'd just be happy with just toml file I could download right now. Currently I have this, but I'm still adding things as I need to reference them directly somewhere. I can't imagine I'm the only one who would enjoy this for static accessors.
I'm not suggesting this as a replacment for the bom's (although they could replace boms and starters), just as a way to get gradle's static accessors without everyone having to do what I'm doing, which is adding dependency as I need it.