Eli Graber
11/17/2022, 9:57 PMresolutionStrategy
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
?