Status Update
Comments
sh...@google.com <sh...@google.com> #2
should we disable the check by default at this point ?
ma...@gmail.com <ma...@gmail.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.
js...@google.com <js...@google.com>
ma...@gmail.com <ma...@gmail.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.
je...@google.com <je...@google.com>
ma...@gmail.com <ma...@gmail.com> #7
TIL, thanks! It's a bit unexpected but the workaround works well. Feel free to close this issue or leave it open for anyone else bumping into this.
vm...@google.com <vm...@google.com> #8
Thank you for sharing this. I'm going to mark this as fixed since AS H Canary 12
will include a fix to be able to resolve properly KTS
file symbols on single-module
android projects. Please feel free to test the indicated version and let us know. Thank you
Description
Similar to https://issuetracker.google.com/issues/236692992 but with latest AGP and AS.
Changing the Gradle JDK in AS settings and syncing again solves the issue.
Not 100% sure how to reproduce but I thought I'd put it on your radar.