Skip to content

Instantly share code, notes, and snippets.

@ahndmal
Created August 28, 2025 12:17
Show Gist options
  • Save ahndmal/57c684cf611e1d1274c807c0a408fae4 to your computer and use it in GitHub Desktop.
Save ahndmal/57c684cf611e1d1274c807c0a408fae4 to your computer and use it in GitHub Desktop.
# build runnable JAR
# kotlinc hello.kt -include-runtime -d hello.jar
kotlinc main.kt -include-runtime -d main.jar
# Compile a library
kotlinc hello.kt -d hello.jar
# Run a script
kotlinc -script list_folders.kts -- -d <path_to_folder_to_inspect>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment