This message was deleted.
# dependency-management
s
This message was deleted.
v
1. Library accessor’s comment contains group and module, but not version
It cannot contain the version, that's one of the points of version catalogs. You can change the version without any class being changed and thus with minimal impact regarding recompiling and rerunning things. So the version is read at runtime from the file. Maybe next IntelliJ version will help you as it allows to navigate from the accessor to the version catalog iirc. I don't know whether it also works with published version catalogs or only with local ones. You might want to try it and suggest an improvement if it only works with local version catalogs.
o
Oh, now I understand this limitation. Navigation to version catalog’s sources would be useful. But not in the corner case when version is overridden in `settings.grale.kts`🥲
v
Depends on how it is implemented. It could consider that or provide both locations to choose from. But it might be hard to implement as there a turing-complete language can be used.