Home
last modified time | relevance | path

Searched refs:androidGradlePaths (Results 1 – 7 of 7) sorted by relevance

/expo/packages/expo-modules-autolinking/build/
H A DExpoModuleConfig.d.ts43 androidGradlePaths(): string[];
H A DExpoModuleConfig.js73 androidGradlePaths() { method in ExpoModuleConfig
H A DExpoModuleConfig.js.map1 …ns build.gradle file paths defined by the module author.\n */\n androidGradlePaths(): string[] …
/expo/packages/expo-modules-autolinking/src/
H A DExpoModuleConfig.ts81 androidGradlePaths(): string[] { method in ExpoModuleConfig
/expo/packages/expo-modules-autolinking/src/platforms/
H A Dandroid.ts20 const configGradlePaths = revision.config?.androidGradlePaths();
/expo/packages/expo-modules-autolinking/build/platforms/
H A Dandroid.js19 const configGradlePaths = revision.config?.androidGradlePaths();
H A Dandroid.js.map1 … Promise<string[]> {\n const configGradlePaths = revision.config?.androidGradlePaths();\n if (co…