android icon indicating copy to clipboard operation
android copied to clipboard

Linter is reporting false positive for automotive

Open TimoPtr opened this issue 11 months ago • 0 comments

Our linter are reporting issue like this one Image

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.

TimoPtr avatar Apr 01 '25 12:04 TimoPtr