You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a bunch of transitive dependencies from the intelliJ core dependency that are repackaged into the gradle plugin jar but not relocated to another package. This causes classloader conflicts with other plugins and their dependencies, such as JNA. It would be ideal if the plugin could relocate any shaded packages where possible to avoid conflicts.