I have a multiplatform library that only has common code, and targets jvm and Android. When I build it the metadata jar is empty, and so if I try to consume it from another project in the common source set, I can't reference any of my library code.
If I add a js target then the metadata jar has the common code in it.
Is that expected?