In one of my previous posts, I described a way of importing Gradle projects with IntelliJ IDEA. However with the release of Gradle 0.9 rc-1, there is a new way of doing this! In you build file you can just add the following plugin:
apply plugin: "idea"
Now if you run the "gradle idea" command, Gradle with generate your IntelliJ IDEA project files, and you can open the project.
No comments:
Post a Comment