I have migrated my current Android application to employ libs.versions.toml
and convention
plugins via a build-logic
module based on the NowInAndroid
application
it all works as expected, however i have a concern that the libs.versions.toml
file shows the dependencies that are being used at compile time in my convention plugins and those provided by the plugins themselves are highlighted as not being used.
is there anyway i can prevent this message being shown inside the libs.versions.toml
file?