Searched refs:isGroovy (Results 1 – 3 of 3) sorted by relevance
71 const isGroovy = fs.existsSync(groovyPath); constant72 const isKotlin = !isGroovy && fs.existsSync(ktPath);74 if (!isGroovy && !isKotlin) {77 const filePath = isGroovy ? groovyPath : ktPath;
104 const isGroovy = _fs().default.existsSync(groovyPath);105 const isKotlin = !isGroovy && _fs().default.existsSync(ktPath);106 if (!isGroovy && !isKotlin) {109 const filePath = isGroovy ? groovyPath : ktPath;
1 …isGroovy","existsSync","isKotlin","Error","getProjectBuildGradleFilePath","getProjectBuildGradleAs…