Configuration for JVM application projects.
Optional build features.
The list of string arguments to pass to the JVM when running the application.
The name of the application's main class. Can be a fully qualified name or relative to the package name, e.g. com.example.MainKt or .MainKt.
com.example.MainKt
.MainKt