Dims
Dims

Reputation: 51249

How to create really empty project in IntelliJ?

Documentation says to choose

File | New Project | Empty

but this is not true, because after this procedure a dialog appears, insisting me to define modules

enter image description here

and I don't see any option to create empty or dummy module.

If I just press OK, I got a project, where I can't create files, even textual:

enter image description here

So, is it possible to create a project, where I could create files of my own?

Upvotes: 3

Views: 1799

Answers (1)

codemonkee
codemonkee

Reputation: 3011

You need to add at least one module. If not importing, using Static Web seems to be the most empty modulte template

Upvotes: 2

Related Questions