I'm using a `resolutionStrategy` to use a specific...
# community-support
e
I'm using a
resolutionStrategy
to use a specific version across a set of libraries (specifically the Jetpack compose libraries, because the Jetbrains compose for desktop brings in a different version than the one I want to use). Recently, Google suggested to use the compose BOM; how could that be used with
resolutionStrategy
and
useVersion
?