I create kotlin project at this link https://github.com/davidasync/dismember-pedia and use gradle installDist
to create .jar file.
And I copy paste the jar file at https://github.com/davidasync/aetherlens libs
folder
I don't know why, the editor cannot resolve the word dismemberPedia
, although i can run it. It seems the intelij idea cannot resolve and detect the jar
I already this below solutions but no one works,
- Invalidate cache and restart
- Refresh all gradle project
- Rebuild project
- Try this solution Intellij Cannot resolve symbol on import