You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using the New project action from IntelliJ to create a new Clojure Project, it creates all files but IntelliJ does not show them correctly.
To Reproduce
Steps to reproduce the behavior:
Create a New Project
Select deps.edn
Check that the files are not presented correctly
Expected behavior
The structure of files is created and IntelliJ show them correctly.
Screenshots
Additional context
Probably is related to the iml file that describes the modules from a project.