pub fn android_project_exists(output_dir: &Path) -> boolAvailable on crate feature
full only.Expand description
Checks if the Android project scaffolding exists at the given output directory
Returns true if the android/build.gradle or android/build.gradle.kts file exists.