You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When developing for Android, there are some useful checks done by gradle lint. For instance, if the onClick property doesn't exist, a warning will be issued by gradle lint. Those warnings are displayed by Android Studio.
It would be great if KLS could also include those warnings.