Fixed
Status Update
Comments
jv...@google.com <jv...@google.com>
je...@google.com <je...@google.com> #2
should we disable the check by default at this point ?
au...@google.com <au...@google.com> #3
That seems like a reasonable move to me. Maybe it should be based on the % of people who have android.useAndroidX=true
, if the number is high enough, we consider it "complete" migration and remove checking.
au...@google.com <au...@google.com> #4
Any updates here?
hu...@google.com <hu...@google.com> #5
(Sorry I was OOO.)
As of today, 97.98% of users are having android.useAndroidX=true
, so perhaps this check is no longer necessary. I'll send out a change to remove it.
Description
DESCRIBE THE ISSUE IN DETAIL:
For large builds
AndroidXDisabledJetifierDisabled
can take a sizable amount of time (900ms for androidx). This runs as part of dependency resolution (yourkit screenshot attached)I'd love an option to disable this check.
STEPS TO REPRODUCE:
./gradlew bOS --dry-run