Hello! I have a Kotlin script with maven dependenc...
# scripting
l
Hello! I have a Kotlin script with maven dependencies, and I'd like to clear their cache because despite me removing the maven local repo, it keeps on using an outdated version that I even removed from my
~./m2
local repo, which didn't match what I released on a bintray repo. How can I proceed without wiping my whole computer?
m
There might be things in
~/.ivy/
. I think this is where kscript downloads thigns.
l
I'm using
.main.kts
(because of OOB IDE support)
👍 1
i
.main.kts
uses
ivy
, that stores it's caches in
~/.ivy2/caches
🙏 1
👍 1