If I create a new Gradle project everything is fine: The project structure is created for the Gradle-Project, I see the Gradle-Task-View and everything works as expected.
Now I create a new empty project. Inside the project I create a new Gradle module. A "build.gradle" is created. But there is not directoy structure and no Gradle-Task-View.
There isn't any Gradle support at all.
Does Gradle IDE integration just work on project level? Or should it work for modules,also?
Please check the attached screeshot wich shows my "not-working" Gradle module.