yoavst
assemble { jar { fatJar = true manifest { attributes("main-class", "com.yoavst.kotlin.PackageKt") } } }