You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For versions that aren't used in dependencies, and are instead only used directly in build.gradle.kts files, the linking to libs.versions.toml works fine but the version shows as being unused in the version catalog.
As an example, I have a composeKotlinCompiler version in my catalog, and I only end up using it directly in build.gradle.kts or convention plugins like so:
For versions that aren't used in dependencies, and are instead only used directly in
build.gradle.kts
files, the linking tolibs.versions.toml
works fine but the version shows as being unused in the version catalog.As an example, I have a
composeKotlinCompiler
version in my catalog, and I only end up using it directly inbuild.gradle.kts
or convention plugins like so:and seemingly because of that, this version shows as unused in the
libs.versions.toml
view.Side-note: Thanks so much for the plugin, much appreciated!
The text was updated successfully, but these errors were encountered: