anyone found that importing other local files from...
# scripting
z
anyone found that importing other local files from kscripts doesn’t appear to pick up changes in those files? I’m trying to understand where kotlin caches this and how to invalidate it (other than just editing the main kts file that calls it)
j
IDE issue
z
it is not
if I fix a bug in the imported file, the command line run of the main file still fails with the old bug until I force it to also be recompiled
j
Weird, I have seen issues with the IDE but after running via cli it works
don't remember where the cache is (maybe .konan)
I think I asked long time ago and it can be changed with an environment variable