private String lookUpImlPath()

in src/main/groovy/org/jetbrains/gradle/ext/IdeaFilesProcessor.groovy [165:171]


    private String lookUpImlPath(IdeaLayoutJson layout, String sourceSetName) {
        def imlKey = this.imlKey
        if (sourceSetName != "") {
            imlKey = imlKey + ":${sourceSetName}"
        }
        return layout.modulesMap.get(imlKey)
    }