My IntelliJ Gradle project shows some unexpected behavior. As can be seen from the picture, this module (itself a submodule in a multi-module build) shows the src/main and src/test folders as modules (the little blue square denotes a module).
Nothing in any of the build.gradle files anywhere mentions the src, or main, or test folders.
The idea plugin is being used.
What could be causing this?