What version of studio are you on? This is a known...
# android
d
What version of studio are you on? This is a known bug with how studio is resolving dependencies for lint, when there is a transitive dependency which offers a newer version of activity implementing that interface, see: https://issuetracker.google.com/issues/152245564 https://issuetracker.google.com/issues/146585040
a
I'm on AS 3.6.2, and am depending on "androidx.appcompatappcompat1.1.0" across all modules. Upgrading to 1.2.0-beta01 doesn't seem to solve it either.