*.jar not showing up in IDEA "External Libraries"

Answered

In added an external jar through File->Project Structure and it gave me no errors with adding and the jar is showing up in int project structure->Dependencies List but I can't use the library in my code.

0
1 comment

In case of the Gradle project you should add the dependencies via build.gradle file, not manually.

0

Please sign in to leave a comment.