Main class without "args: Array <String>" in Kotlin is not identified

To generate the .jar file of my Kotlin projects with Intellij I go to “File” → “Project Structure” → “Artifacts” → “Plus symbol (+)” → “JAR” → "from modules with dependencies “-> “Browse” to search my Main class, but it is only possible to select the Main class if it contains” args: Array "as shown in attached prints, which is not expected for projects with Kotlin 1.3 +, as in the example. (If there are any rules or conditions that I do not know, if possible, please explicitly quote or explain it.)

!

Issue for reference: https://youtrack.jetbrains.com/issue/KT-35926