snippetbashTip
kotlin — Kotlin application launcher. More information: <https://kotlinlang.org/docs/command-line.html#compil
Viewed 0 times
commandlauncherclikotlininformationmoreapplication
Problem
How to use the
kotlin command: Kotlin application launcher. More information: <https://kotlinlang.org/docs/command-line.html#compile-a-library>.Solution
kotlin — Kotlin application launcher. More information: <https://kotlinlang.org/docs/command-line.html#compile-a-library>.Run a jar file:
kotlin {{filename.jar}}Display Kotlin and JVM version:
kotlin -versionCode Snippets
Run a jar file
kotlin {{filename.jar}}Display Kotlin and JVM version
kotlin -versionContext
tldr-pages: common/kotlin
Revisions (0)
No revisions yet.