Does anyone have a guide on how to use the `shadow...
# announcements
s
Does anyone have a guide on how to use the
shadow
gradle plugin with kotlin? I’m attempting to package kotlinx serialization with my gradle plugin and I can’t figure out the syntax.
n
well you use it the same as with java pretty much the hard part (andthats where i am stuck too) is to make sure the task publishing the plugin uses the shadowJar task instead of the jar (i think)
according to this: https://imperceptiblethoughts.com/shadow/plugins/ there might be nothing that needs to be done but that did not work for me