I have a jar file which I’m trying to import like this
File -> Project Structure -> Modules -> And dependencies
This jar has different modules like this
com.by.cso.approveorder.model.ApproveOrderRequest
intelliJ shows that ApproveOrderRequest is “Connot resolve symbol” when hover on it.
but when I click on model it takes to the class file .
Please help resolving this.
I’m using mac with IntelliJ IDEA.
4