Closed
Description
Motivation
In IntelliJ I can run a Kotlin file that does not have a class: e.g. a file named Main.kt
fun main() {
println("hello World")
}
(No enclosing class)
Description
I would like to see a run/debug button just like in Java in VScode above this main function to run this.
Alternatives considered
Using IntelliJ, creating a class wrapper