Hi!
I'm having an odd issue with a multiplatform (jvm, iOS) project, or rather the integration between two multiplatform projects, and it is becoming too intricate to further discuss on YouTrack. The gist of it: We can successfully build and publish a library called KMP-Crypto on maven central. However, when we depend on this library in another jvm+iOS project (called vclib) and try to publish that one, things break badly. It compiles fine, tests run fine, but creating a klib fails. Now
the published klib artifacts of KMP-Crypto look fine to me (they seem to contain all the code), but something must be off with the metadata. Publishing of vclib works fine, if only a single iOS target is used (i.e. only publishing for iosArm64, but not for iosX64 and iosSimulatorArm64) publishing works fine I've documented everything on YouTrack
here already, so I'm not gonna spam this channel. any help on how to further debug this issue would be greatly appreciated.
Here's the most recent (and most relevant failed attempt to publish vclib).