Is there a way to force a dependency always use a ...
# gradle
a
Is there a way to force a dependency always use a particular variant for a downstream consumer? I have a user that wants to use our library in a gradle plugin. The plugin compiles fine by adding additional attributes to the build which gets past the variant selection issues. The downstream build that applies the plugin ends up with the same initial variant selection issue though.