I\'m trying to import and run the IntelliJ git4idea (Git Integration) plugin in order to play around and contribute some of my own code.
I\'ve pulled the Intellij co
After changing type="JAVA_MODULE" to type="PLUGIN_MODULE" in *.iml file I was getting following error -
Error running 'IdeaPlugin': Wrong SDK type for plugin module
To fix this go to -
Module Settings -> Platform settings -> SDKs.Add new SDKIntellij Platform plugin SDKOnce this is added got to Module Settings again
Module Settings -> Project settings -> project.