1. 18 Sep, 2019 1 commit
    • 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