Reputation: 150
I am using erlang and Kotlin in my project and getting below error
org/intellij/erlang/jps/model/JpsErlangModelSerializerExtension has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
Upvotes: 3
Views: 1891
Reputation: 150
It got fixed in my case by uninstalling Erlang plugin from IntelliJ IDEA
Preferences → Plugins → Uninstall Erlang
Now, recompile and it should work.
Upvotes: 5