Is there a way to export a Kotlin Multiplatform library to one or more files that can be dumped into another project? Something like using shadowJar on JVM and dropping that jar in another project’s lib folder. I can set it up to use maven, it’d just be nice while developing to just drag and drop new versions without having to setup all the infrastructure first.