This message was deleted.
# dependency-management
s
This message was deleted.
c
I have a published module with one variant and Gradle is resolving its artifact. I just wonder if that's the fallback behaviour by design, that "if there's only one variant it must be the one to choose".
v
Yes, it is.
In your case you stop at point 2
Point 1 is fulfilled, as all requested attributes match or are compatible (none requested, all compatible) And then Point 2 is taken as only one compatible variant is left.
c
Oh man, thanks for the doc link! I haven't been in that page for a while... whoops 😬
👌 1