Created
August 28, 2025 12:17
-
-
Save ahndmal/57c684cf611e1d1274c807c0a408fae4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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