This message was deleted.
# community-support
s
This message was deleted.
m
A version catalog doesn't care if it's a BOM or something else. It's at the declaraton site that you'd use the bom:
Copy code
dependencies {
    implementation(platform(libs.bom))
}
m
thanks @melix