https://kotlinlang.org logo
Title
n

Nat Elkins

01/11/2021, 4:03 PM
I have a question about Intellij...what does the little blue square next to the folder represent? Project? Module? Library?
m

Matteo Mirk

01/11/2021, 4:23 PM
it represents a module
n

Nat Elkins

01/11/2021, 4:24 PM
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

Matteo Mirk

01/11/2021, 4:31 PM
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