Kelvin Chung
04/18/2025, 6:50 PMplugins {
`version-catalog`
}
catalog {
versionCatalog {
version("my-project-version", version.toString())
}
}
Is it possible to somehow pass in a Provider
of some kind instead? This is is especially important if I use something like the Reckon plugin, which is causing CC issues because of this eager version resolution.