Welp, i’ve started getting a lot of this whenever i open a deps.edn file:
So that's what caused this error! I disabled the Kotlin plugin some time ago, and I've been getting these errors, but didn't connect the dots. Enabling the Kotlin plugin gets rid of the error.
yes, enabling the Kotlin plug-in gets rid of the exception. that said, is there way to disable this feature in Cursive? it’s a nice-to-have feature but i manage my dependencies using com.github.liquidz/antq automatically and don’t really have a need for it if it depends on another plug-in that i prefer not to be enabled either.
Oh yes, it's definitely a bug I will fix in the next build, I was just interested in whether that would fix it. It's very strange since there is no reference to that class at all in my code, I'm unsure how that's getting in there.
Oh, and yes, you can also disable the feature by disabling the Outdated version inspection.
https://github.com/cursive-ide/cursive/issues/3051 will be fixed in the next build.
Do you have the Kotlin plugin enabled?
no, i’ve disabled it (along with other bundled plug-ins that i don’t need) since i don’t do Kotlin development at all.
If you enable it, does it fix that?