compose-lints warnings not showing up in assemble/run output #357
Unanswered
carstenhag
asked this question in
Q&A
Replies: 1 comment
-
that example warning is unrelated to lint or compose, that's just a standard kotlin compiler warning. This issue is impossible to advise on with the limited information you've provided, and is also more of a debugging question so I've converted it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For some reason I am not seeing any warnings/errors from this library's checks. For example I run
./gradlew lint
and there are dozens of lines like this:but I am not seeing any compose warnings.
When I open the lint.xml file I do see them. Also in the IDE, when I have the file open, I see the issue.
Beta Was this translation helpful? Give feedback.
All reactions