Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jvm/main-kts/MainKts.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ provided that the shebang line is added to the script and works in the given OS
### Caching

The compiled scripts are cached to the directory defined by an environment variable `KOTLIN_MAIN_KTS_COMPILED_SCRIPTS_CACHE_DIR`
*(`$TEMP/main.kts.compiled.cache` by default)*, and if the script is not changed, the compiled one is executed from the cache.
*(`$TEMP/main.kts.compiled.cache` by default, where `TEMP` is a platform specific directory for cache. For an example `~/Library/Caches` on MacOS)*, and if the script is not changed, the compiled one is executed from the cache.

### IntelliJ support

Expand Down