anybody good with IJ plugin development? I'm trying to get the root directory of a module. Previously i used ModuleRootManager.getInstance(module).getContentRoots()[0].getPath(), but that's fragile, and in fact doesn't work with source set modules in IJ 2016.1 anymore