KronicDeth / intellij-elixir

Elixir plugin for JetBrain's IntelliJ Platform (including Rubymine)
Other
1.83k stars 153 forks source link

java.lang.NoSuchFieldError: Companion at org.elixir_lang.DepsWatcher.syncLibraries(DepsWatcher.kt:193) #2968

Closed SteelzZ closed 1 year ago

SteelzZ commented 1 year ago

System

Plugin Version: 14.0.0 Application: GoLand (2022.2.5) Operating System: Mac OS X (12.2.1)

Event

Exception

Stacktrace

java.lang.NoSuchFieldError: Companion ``` java.lang.NoSuchFieldError: Companion at org.elixir_lang.DepsWatcher.syncLibraries(DepsWatcher.kt:193) at org.elixir_lang.DepsWatcher.syncLibrary(DepsWatcher.kt:179) at org.elixir_lang.DepsWatcher.access$syncLibrary(DepsWatcher.kt:32) at org.elixir_lang.DepsWatcher$fileCreated$1$3.run(DepsWatcher.kt:79) ```
KronicDeth commented 1 year ago

I need reproduction steps because I can't see from the code why ModuleManager.getInstance(project).modules would fail in this way.