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

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

Closed
wants to merge 1 commit into from

Commits on Nov 23, 2023

  1. Fix projects being broken on dependencies starting with a.. (facebo…

    …ok#41621)
    
    Summary:
    
    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 facebook#41620
    
    Changelog:
    [Android] [Fixed] - Fix projects being broken on dependencies starting with `a..`
    
    Reviewed By: huntie
    
    Differential Revision: D51547294
    cortinico authored and facebook-github-bot committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    14d0e87 View commit details
    Browse the repository at this point in the history