Kotlin: Building a self-executable jar with Gradle and Kotlin
Question or issue of Kotlin Programming: I’ve written a simple kotlin source file in order to get started, and a gradle script file. But I can’t figure out how to add the main func to the manifest, so that the jar could be self-executable.
Continue Reading