What is the difference between “Module Dependencies” and “Libraries” in IntelliJ IDEA?
Module dependencies are classes, archives, libraries and resources that your module files references. While a library is a set of class files stored in an archive or directory. Export check means if checked then this library will be implicitly added to the other module that references this one. To create a .jar file you need … Read more