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!
Please sign in to leave a comment.
"Java functionality extracted as a plugin"
https://blog.jetbrains.com/platform/2019/06/java-functionality-extracted-as-a-plugin/?_ga=2.268727217.1352627469.1568007554-964921380.1510580322
Ah yes, it works!
Just added plugins: 'java' to build.gradle file
Thanks!