Hello everyone, I'm having issues in a Kotlin Compose Multiplatform project. The following is happening (both in Desktop and Android (though a slightly different error - the exception is thrown a bit earlier than in Desktop):
I need to include 2 third-party dependencies (Java). If I include the DepA - it works at this point and to a degree expected with this one dependency. But as soon as I add the DepB - it seems like the DepA is not being used anymore.
I'm trying to see how KMP includes these dependencies and to check whether the DepA is completely missing or is only partially included. I've found something about generating an uber/fat JAR for Desktop but I don't find it in the root /build directory.