IntelliJ Project Setup¶
Section author: Luke Frisken <l.frisken@gmail.com>
This document explains to set up IntelliJ with this project.
Refreshing Project after Gradle Changes¶
Sometimes after adding new gradle dependencies or changes to the gradle file you will need to refresh the project to solve problems. This can be done using the following method:
Running main Method Files¶
This describes how to set up IntelliJ to run a file with a main method, and set it up so that it is automatically rebuilt upon launch.