kotlinc
Verified for current stable LTS
Kotlinc Command: Start Repl Interactive Shell
Use for start repl interactive shell with Kotlinc. Exact CLI syntax to start repl interactive shell using Kotlinc.
When to use this: Use for start repl interactive shell with Kotlinc.
Command Syntax
kotlinc kotlinc Command Breakdown
kotlinc is the base executable for this command.
FAQ
Purpose: Exact syntax to start repl interactive shell using Kotlinc.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Kotlinc Command: Compile Kotlin File
kotlinc <path/to/file.kt> Kotlinc Command: Compile Kotlin File To Jar With Runtime kotlinc <path/to/file.kt> -include-runtime -d <path/to/file.jar> Kotlinc Command: Compile Multiple Kotlin Files kotlinc <path/to/file1.kt path/to/file2.kt ...> Kotlinc Command: Execute Kotlin Script File kotlinc -script <path/to/file.kts>