kotlinc
Verified for current stable LTS
Kotlinc Commands
Kotlinc command syntax with verified terminal examples.
Commands
5 commands for Kotlinc
kotlinc Operations
Kotlinc Command: Compile Kotlin File
kotlinc <path/to/file.kt> kotlinc Operations
Kotlinc Command: Compile Kotlin File To Jar With Runtime
kotlinc <path/to/file.kt> -include-runtime -d <path/to/file.jar> kotlinc Operations
Kotlinc Command: Compile Multiple Kotlin Files
kotlinc <path/to/file1.kt path/to/file2.kt ...> kotlinc Operations
Kotlinc Command: Execute Kotlin Script File
kotlinc -script <path/to/file.kts> kotlinc Archive
Kotlinc Command: Start Repl Interactive Shell
kotlinc Suggest a Kotlinc Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Kotlinc workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.