If I'm using the multiplatform plugin, and I want ...
# multiplatform
s
If I'm using the multiplatform plugin, and I want to pull in a multiplatform library that has multiple targets for the same platform, how do I choose which platform target is pulled in from the application?
s
If the library is publishing metadata it should be enough to add the dependency to the common source set.
s
What if I publish 2 JVM targets for the library. How will it know which target for the library to choose? I want the ability to explicitly control this behavior
s
I haven’t tried it but can you just fully specify the dependency in the client jvm source set?
l
s
ty