we are using `sbt-idea` plugin for development of a intellij plugin. our plugin have functionality that depends on `org.intellij.scala:2025.1.20` we are getting `LinkageError: loader constraint violation` inside action. a very simplified project can be found [here](https://github.com/collaboncode/ij-plugin-classloader-issue) to reproduce problem.