Does the `kotlin("jvm")` plugin not correctly reso...
# gradle
s
Does the
kotlin("jvm")
plugin not correctly resolve MPP libraries from the meta-lib? For instance the following fails to resolve
implementation("net.devrieze:xmlutil-serialization:0.20.0.1")
.
l
@Sam Garfinkel On Gradle 6+, it should work if the artifact is a MPP one. Which version are you using?
s
6.5
l
@Sam Garfinkel Can you try running the
check
Gradle task to have more details on what is failing?
s
It’s not critical, I can just manually add the jvm version of the above library and it resolves fine.
l
I would still be interested in the failure reason.
s
When you try to resolve the library above what happens on your end?