chandan
chandan

Reputation: 150

Getting failure in build for IntelliJ when compiling with Erlang plugin

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

Answers (1)

chandan
chandan

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

Related Questions