I have a project that contains a single module, and some dependencies.
I\'d like to create a jar, in a separate directory, that contains the compiled module. In addition, I\
I was trying to build a jar from a multi-module Kotlin app and was getting the notorious 'no main manifest attribute' error. Creating the manifest directory in src/main/resources didn't work either.
Instead, it works when creating it in src directly: src/META-INF/MANIFEST.MF.