• Amir Hardon's avatar
    Exclude non Android plugins from Gradle build (#40640) · 4e108b6f
    Amir Hardon authored
    Before this change, having an Android app depend on a plugin that has no android implementation resulted in a Gradle build failure.
    
    This scenario is likely to become more common if we're enabling federated plugins, as the package implementing just the desktop implementation of a plugin won't have an Android implementation.
    
    This changes the Gradle plugin to not try to build any plugins that doesn't have an android/build.gradle file.
    4e108b6f
Name
Last commit
Last update
..
aar_init_script.gradle Loading commit data...
deprecated_settings.gradle Loading commit data...
flutter.gradle Loading commit data...
flutter_proguard_rules.pro Loading commit data...
manual_migration_settings.gradle.md Loading commit data...
resolve_dependencies.gradle Loading commit data...
settings_aar.gradle.tmpl Loading commit data...