Big Chungus
06/03/2021, 5:40 PMmbonnin
06/03/2021, 6:37 PM$TEMP/main.kts.compiled.cache
mbonnin
06/03/2021, 6:37 PMmbonnin
06/03/2021, 6:40 PMmbonnin
06/03/2021, 6:45 PMBig Chungus
06/03/2021, 6:57 PMJavier
01/15/2022, 5:20 PM.gradle
but .kotlin
or kotlinc
in the user home. Indeed thanks to @mbonnin I know where it is for macOS, but I have to search for it in Windows now.Javier
01/15/2022, 5:27 PMJavier
01/16/2022, 4:15 PMmain.kts.compiled.cache
Javier
01/16/2022, 4:24 PMREADME.md
🤷ilya.chernikov
01/17/2022, 8:16 AMKOTLIN_MAIN_KTS_COMPILED_SCRIPTS_CACHE_DIR
environment variable could be used to point out to the specific cache directory. The only limitation is that in this case, the directory should exist and be accessible for the host.
The same is possible with the JVM system property kotlin.main.kts.compiled.scripts.cache.dir
.Javier
01/17/2022, 9:02 AM