android
android copied to clipboard
Linter is reporting false positive for automotive
Our linter are reporting issue like this one
this is because this file is within app/src/main and because automotive use a higher version of minSDK than app, this check is indeed unnecessary in the scope of automotive.
We should either disable the linter for automotive or make automotive a dedicated module that doesn't use the same source sets as app.