cursive

salam 2025-08-05T04:28:32.720789Z

Welp, i’ve started getting a lot of this whenever i open a deps.edn file:

msolli 2025-08-05T12:58:58.682049Z

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.

➕ 2
salam 2025-08-05T16:45:17.792069Z

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.

cfleming 2025-08-05T19:55:31.381199Z

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.

🙌 1
cfleming 2025-08-05T22:46:18.377549Z

Oh, and yes, you can also disable the feature by disabling the Outdated version inspection.

1
cfleming 2025-08-06T01:07:30.695259Z

https://github.com/cursive-ide/cursive/issues/3051 will be fixed in the next build.

1
➕ 1
cfleming 2025-08-05T04:37:37.910069Z

Do you have the Kotlin plugin enabled?

salam 2025-08-05T04:40:55.396509Z

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.

cfleming 2025-08-05T05:13:47.088009Z

If you enable it, does it fix that?