Toml
Unused version catalog entry
Warning
Sanity
New
Last modified: 03 December 2024Detects unused keys in TOML descriptors of version catalogs.
Example:
// build.gradle
dependencies {
implementation libs.foo.bar
}
# libs.versions.toml
[libraries]
foo-bar = "com.gradle:example:1.0.0"
bar-baz = "com.gradle:example:2.0.0" # highlights bar-baz
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
UnusedVersionCatalogEntry
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Gradle-Java, 243.23126 |
Thanks for your feedback!
Was this page helpful?