configration seams not so **intuitive** dont it ? ```kotlin jweust { jar { laucher { mainClass } } ``` ```kotlin javaExe { settingJar { embedJar = embedJar.from( } // JarSettings.()->JarForUse } ```
configration seams not so intuitive dont it ?
jweust { jar { laucher { mainClass } }javaExe { settingJar { embedJar = embedJar.from( } // JarSettings.()->JarForUse }