Is it possible to use a version catalog in a buildSrc plugin? I have a project that's using buildSrc plugins to configure reputable things for specific languages, however I'm not able to use the published version catalogs in those plugins. It seems applying the version catalogs in
buildSrc/settings.gradle.kts
is not sufficient.