in src/main/groovy/org/jetbrains/gradle/ext/RunConfigurations.groovy [426:432]
String toModuleName() {
def name = project.rootProject.name
if (project.path == ":") {
return addSourceSetName(name)
}
return addSourceSetName(name + project.path.replaceAll(":", "."))
}