:wave: Is there a safe approach at accessing versi...
# dsl
m
👋 Is there a safe approach at accessing version catalog
libs
notation within convention plugins? I've seen some using
val libs = the<LibrariesForLibs>()
But as per https://github.com/gradle/gradle/issues/19813 thats not intended
g
Yes, it's not intended, there is no official way to use type-safe accessors, only using manual resolution by string But we use the same workaround for long time and have no issues