Showing compile error in IntelliJ-idea editor.
mvn clean install
When run it will build successfully and run code normally. But in editor its unable to resolve those import. Some of the import is showing correctly some of the import it's showing error like Blow
and actually, the dependency is present in maven dependency list
In the editor, it showing full of error
I modified build settings, deleted repo, updated maven to the latest version, updated the IntelliJ and tried other suggestion in StackOverflow, still no solution for this problem.