Noticed a behaviour, when your catalog file name i...
# gradle
r
Noticed a behaviour, when your catalog file name is
libs.version.toml
and you changed the catalog extension name via
defaultLibrariesExtensionName.set("libraries")
, using it across scripts by referencing
libraries
IDE, shows unused entries in .toml. But, it doesn't when the filename and catalog name is same.
t
please open an IDEA issue
👍 1