Hello. I'm trying to apply the "helloworld" plugin...
# arrow-meta
m
Hello. I'm trying to apply the "helloworld" plugin to my project. I'm getting:
e: java.lang.NoSuchMethodError: '<http://org.jetbrains.kotlin.com|org.jetbrains.kotlin.com>.intellij.openapi.extensions.impl.ExtensionPointImpl[] <http://org.jetbrains.kotlin.com|org.jetbrains.kotlin.com>.intellij.openapi.extensions.impl.ExtensionsAreaImpl.getExtensionPoints()'
. I assume the problem is in a mismatch of version of something, but I can't pinpoint what it is. Do you manage to understand it from that error message?
i
Yes that looks like a version mismatch from the ide version your using and the one in Meta. May you send in what you have in your plugin.xml and build.gradle?
👍 1
On second thought, there might be missing dependencies as to applying the plugin.
👍 1
m
Thanks, Imran. I'll double check to see if there are any difference in the dependencies between my project and the original helloworld project, first, and report back.
i
Your welcome @melatonina. If there is an issue, we need to update the helloworld project, so your feedback is very welcomed 🙂