How do you specify the variant of a Kotlin/Multiplatform project dependency to depend on?
When there are two similar JVM variants; it must be disambiguated/specified.
Tried the form:
...where 'variant' is the name of the variant to use.
This does not resolve correctly.
Gradle attributes have their own complications. Is there an easier way I'm missing?