People have posted a work around in that issue.
If you don’t want to use the work around, the only Gradle supported option is using
find${item}
where
${item}
is the library, version, etc. It works, but it’s a good bit harder for people to discover easily if they are not aware of this nuance between precompiled usage of version catalogs versus what you’d see in a module level build script.
p
Prashant
01/30/2024, 8:01 PM
Thanks for your valuable responses.
g
gildor
02/01/2024, 12:03 PM
We use the workaround from the issue for a couple of years and have no issue