Saturday morning troubles!
I am publishing multi-platform libraries using the maven-publish plugin. It's set up in the default way that the kotlin multiplatform plugin configures the publishing. Everything is working as expected except that when I set them as dependencies, the source isn't included in IDEA. Source jars are being created properly, but the IDEA project structure doesn't see them. Any tips?