Hello everyone. I'm now trying to compile the mult...
# multiplatform
s
Hello everyone. I'm now trying to compile the multiplatform library I created to a single jar to later be added to android projects. The problem I have is the original build has only the classes I created so depencies of ktor for example are not included. To solve this I used shadow jar but that compiled kotlins runtime with it so I had a lot of errors of duplicate classes. Any ideas on what to do? My task that is creating the uber jar:

https://files.slack.com/files-pri/T09229ZC6-FKMURN490/image.png

Problem I keep having in the android project

https://files.slack.com/files-pri/T09229ZC6-FKMV6MUKV/image.png