Skip to content

Commit

Permalink
Update jvm/main-kts/MainKts.md
Browse files Browse the repository at this point in the history
Co-authored-by: Louis CAD <louis.cognault@gmail.com>
  • Loading branch information
2 people authored and ligee committed Oct 21, 2021
1 parent dc1233b commit 8dec50b
Showing 1 changed file with 1 addition and 1 deletion.
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, where `TEMP` is a platform specific directory for cache. For an example `~/Library/Cache` on MacOS)*, 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

0 comments on commit 8dec50b

Please sign in to comment.