Is there a way I can compile a main() method statically inside an existing class in Kotlin? I'm trying to get Gradle to build this as an application with a method st
Is there a way I can compile a main() method statically inside an existing class in Kotlin? I'm trying to get Gradle to build this as an application with a method st