0

In my IntelliJ, I have a maven project imported. In some of the classes when I am importing a class from different package, getting an error stating "cannot resolve symbol 'Utils'"

import com.acc.app.Utils;

Where I have cross checked Utils class is in the right package under app and path is also correct and mvn clean install build is also successful but why the class Utils import is failing?

0 Answers0