You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jvm/main-kts/MainKts.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ provided that the shebang line is added to the script and works in the given OS
45
45
### Caching
46
46
47
47
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, 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.
48
+
*(`$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.
0 commit comments