Currently, the .jar generated for my jvm target do...
# multiplatform
s
Currently, the .jar generated for my jvm target doesn't include the Kotlin dependencies. Is there a way to create some kind of archive (.ar) that would include those dependencies?
k
i use the shadow jar plugin for this
s
Thanks, I'll look into it. Any link or reference?
k
google shadow jar plugin
👍 1