Missing classes after upgrade to 2019.2.2

Answered

After upgrade to 2019.2.2 there are many missing classes from the plugin that I've been developing , some of them are:

PsiElementFactory,PsiJavaFileImpl, PsiClass, JavaCodeStyleManager, PsiJavaFile, CompilerManager, PsiIdentifier, PsiField

I can't find documentation or hints how to fix this situation.. Any help is appreciated!

3
2 comments

Ah yes, it works! 

Just added plugins: 'java' to build.gradle file

intellij {
version '2019.2.2'
plugins 'java'
}

Thanks!

2

Please sign in to leave a comment.