Hey everyone.
So im doing a KMP project for a library, and I got in that project multiple modules, and one of the modules is actually the library and this library depends on the other modules.
Now for Android and JVM when I publish on Maven it will always require me to publish the other modules as well, or else it will not find them, is there a way to have the modules embeded instead of a maven dependency?
Ive found this for android
https://developer.android.com/build/publish-library/fused-library but for JVM nothing.