How to run Kotlin code using `java -cp target\kotl...
# getting-started
p
How to run Kotlin code using
java -cp target\kotlin\classes\ name.space.ClassName
if the file
ClassName
has the
@file:JvmName("ClassName")
annotation, and the
main
function?