Hi! When I build this sample (<https://github.com...
# gradle
t
Hi! When I build this sample (https://github.com/gradle/kotlin-dsl/tree/master/samples/multi-kotlin-project), it builds a jar that cannot be executed, because it has no main manifest attribute:
no main manifest attribute, in cli/build/libs/cli-1.0.jar
. I was able to make it work with this hack (https://techdev.io/en/developer-blog/building-a-fat-jar-with-gradle-script-kotlin). But, that is more verbose than the corresponding Groovy version (as described here: https://stackoverflow.com/questions/21721119/creating-runnable-jar-with-gradle). QUESTION: what's the canonical way to make executable/fat jars with the Kotlin DSL?