Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[0.73] Fix projects being broken on dependencies starting with a.. #41639

Merged
merged 1 commit into from
Nov 27, 2023

Commits on Nov 24, 2023

  1. Fix projects being broken on dependencies starting with a.. (#41621)

    Summary:
    Pull Request resolved: #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
    cortinico committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    975d2b6 View commit details
    Browse the repository at this point in the history