Hello, Is it possible to bundle all dependencies inside a jar to be imported to another project? My multiplatform project is building the jar but when I try to run on the application it says that a class from ktor was not found. I tried to use shadow jar to make a fat jar but it bundles kotlin's runtime with it as well, which leads to plenty of errors of duplicate classes. Any solution?