This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* apply this plugin after doing all dependency and repo stuff. It will create two idea 'libraries' per subproject | |
* and add them to your .iml files | |
* | |
* Forked from https://gist.github.com/360092 | |
* | |
* Plugin-ified and made to support multiple modules per root build.gradle and multiple build.gradles per idea project. | |
*/ | |
class IntelliJSync implements Plugin<Project> { | |
def sep = File.separator |