looking at Attribute based matching in dependency resolution describes a few different dependency resolution techniques for `Configuration:
- can be resolved
- can be consumed
Configuration
also has a property for isVisible
:
A visible configuration is usable outside the project it belongs to.
Based on the documentation for both of these, what is the difference between isVisible
and isCanBeConsumed
?