2
I’m using Intellij IDEA
to develop a project in Kotlin, and I’ve reached a point where I need to create an executable file to run on the server, but when I try to create a JAR Artifact
, I cannot because I need to report a Main Class in Java, something that is not in the project. Do you have any solution?