I have a question about Intellij...what does the l...
# getting-started
n
I have a question about Intellij...what does the little blue square next to the folder represent? Project? Module? Library?
m
it represents a module
n
Thank you!
I realize now (at least for the project I'm in) it's all dictated by the build.gradle files
And settings.gradle, etc
m
exactly, then Intellij parses that configuration and builds its “Project Structure” (which you can check from a button in the upper-right corner), that identifies directories and files with different icons and actions/context menus available, etc. The same is true for maven projects
👍 1
307 Views