Jetbrains provides some documentation but I can\'t find how to run compiled class file of Kotlin.
hello.kt:
fun main(args : Array) {
I'm run jar which use kotlin like this
java -cp target/idea_test-1.0-SNAPSHOT.jar:lib/kotlin-runtime.jar testing.first seyfer
Hello seyfer seed!