Searched refs:ktPath (Results 1 – 3 of 3) sorted by relevance
69 const ktPath = path.resolve(projectRoot, `${gradleName}.gradle.kts`); constant72 const isKotlin = !isGroovy && fs.existsSync(ktPath);77 const filePath = isGroovy ? groovyPath : ktPath;
103 const ktPath = path().resolve(projectRoot, `${gradleName}.gradle.kts`);105 const isKotlin = !isGroovy && _fs().default.existsSync(ktPath);109 const filePath = isGroovy ? groovyPath : ktPath;
1 …ktPath","isGroovy","existsSync","isKotlin","Error","getProjectBuildGradleFilePath","getProjectBuil…