is it possible to get specific version of library ...
# community-support
p
is it possible to get specific version of library from BOM dependency somehow? For some reasons, I need to use
libs.versions.mydepdendency.get()
in build script. I would like to obtain this version from BOM, like
libs.versions.mybom.mydependency.get()
.