Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix projects being broken on dependencies starting with
a..
(#41621)
Summary: Pull Request resolved: facebook/react-native#41621 Currently, if you have a dependency that is alphabetically smaller than `app`, it's evaluation will happen before `app`. This means that the namespace auto-discovery and the JVM toolchain configuration won't be working and the project will fail to buid. This fixes it by introducing a root-project Gradle Plugin that takes care of enforcing the evaluation order on the `app` project. Fixes #41620 Changelog: [Android] [Fixed] - Fix projects being broken on dependencies starting with `a..` Reviewed By: huntie Differential Revision: D51547294 fbshipit-source-id: 65df7149548b7087dd8928e556fb803b3baf7b79 Original-Commit: facebook/react-native@5ec2c01
- Loading branch information