Creating iml and .idea/modules.xml from gradle
Answered
Hi,
I'm trying creating a module from a gradle plugin by creating a iml file and adding it to .idea/modules.xml (without idea gradle plugin), but IntelliJ seems not be able to read those files until idea is restarted, is there anything i can do to avoid that restart?
Thanks
Please sign in to leave a comment.
Restart should not be needed, but if you modify the project files externally, the project must be closed.