Searched refs:groovyPath (Results 1 – 3 of 3) sorted by relevance
68 const groovyPath = path.resolve(projectRoot, `${gradleName}.gradle`); constant71 const isGroovy = fs.existsSync(groovyPath);77 const filePath = isGroovy ? groovyPath : ktPath; constant
102 const groovyPath = path().resolve(projectRoot, `${gradleName}.gradle`);104 const isGroovy = _fs().default.existsSync(groovyPath);109 const filePath = isGroovy ? groovyPath : ktPath;
1 …groovyPath","resolve","ktPath","isGroovy","existsSync","isKotlin","Error","getProjectBuildGradleFi…