gradle plugin with kotlin? I’m attempting to package kotlinx serialization with my gradle plugin and I can’t figure out the syntax.
n
Nikky
01/26/2019, 1:22 AM
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)