Home
last modified time | relevance | path

Searched defs:groovyPath (Results 1 – 1 of 1) sorted by relevance

/expo/packages/@expo/config-plugins/src/android/
H A DPaths.ts68 const groovyPath = path.resolve(projectRoot, `${gradleName}.gradle`); constant
77 const filePath = isGroovy ? groovyPath : ktPath; constant