android_project_exists

Function android_project_exists 

Source
pub fn android_project_exists(output_dir: &Path) -> bool
Available 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.