I've built a Kobalt plugin with
fatJar and the resulting JAR contains the Kobalt and the Kotlin runtime, which should not be necessary because the plugin runs only in Kobalt, right?
I can exclude Kobalt with
dependencies { provided("com.beust:kobalt-plugin-api:") }
,
but how can I exclude Kotlin runtime?