How to create an Gradle Project in IntelliJ IDEA?

How to create an Gradle Project in IntelliJ IDEA?

Either use IDEA’s built-in Gradle support (preferably with IDEA 13), or generate IDEA files with Gradle’s ‘idea’ plugin. You can learn more about the latter in the Gradle User Guide.