Hello!
I’m having an issue with published multiplatform modules as maven packages for Android.
I setup the maven-publishing scripts, and I can see the modules are all uploaded to our own maven package registry successfully. But when I try and import them in the android app, one of the modules keeps crashing the app and throws ‘*ClassNotFoundException*’.
I’m attaching a screenshot with the ‘External Libraries’ tab inside Android Studio for the Android app, I can see the module causing the crashes is there without classes.jar and no required classes there. And there’s also a screenshot for the module’s source code files for reference.
What is more weird, if I publish it using ./gradlew publishToLocalMaven, it works fine and is imported successfully. But when I use ./gradlew publish (which publishes to remove maven), the issue happens.