I've been getting this particular exception from t...
# intellij
r
I've been getting this particular exception from the Kotlin plugin everytime I start IntelliJ for a while now. Happened on 1.2.51 as well as 1.2.60 and the 1.3 EAP, manually deleting the cache folder mentioned in the Exception didn't help either. Anyone know what that's about?
It doesn't seem to actually affect anything, as far as I can tell, though. Except that breakpoints don't work somehow, but I don't actually know if that's related. Everything else works just fine.
s
that’s a bug fixed in
kotlinx.coroutines:0.23.4
👍 1
r
Great, thank you!