Skip to content

Commit dc1233b

Browse files
martinbonninligee
authored andcommitted
Add more details about the cache location
1 parent d48abed commit dc1233b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jvm/main-kts/MainKts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ provided that the shebang line is added to the script and works in the given OS
4545
### Caching
4646

4747
The compiled scripts are cached to the directory defined by an environment variable `KOTLIN_MAIN_KTS_COMPILED_SCRIPTS_CACHE_DIR`
48-
*(`$TEMP/main.kts.compiled.cache` by default)*, and if the script is not changed, the compiled one is executed from the cache.
48+
*(`$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.
4949

5050
### IntelliJ support
5151

0 commit comments

Comments
 (0)