Hi, I has been a while since I've had the source opened, but after a clean checkout of trunk and some mocking around with gradle, I wanted to open everything in idea.
I tried generating the ipr,/iml/iws using "gradle idea" but it only created the module files in all the sub module folders. It seems that moving: apply plugin: 'idea' from "subprojects" to "allprojects" fixes this. I don't know if this is the correct fix, but I just wanted to point out that there is a minor issue with getting trunk setup for idea as it is now. Hope this helps a bit ;) -- Regards Chris