There is a new version of gradle-lint checks!

https://developer.android.com/jetpack/androidx/releases/lint#1.0.0-alpha04

Give it a spin and share any feedback you might have!

#gradle

lint  |  Jetpack  |  Android Developers

Android Developers

If you need motivation on why these checks are handy:

These checks caught that Android Gradle Plugin was accidentally exposing an internal type through `android {}` accessor in build.gradle.kts. The bug has been there for over a year and it slipped in through a very non-obvious change (see screenshot)

https://issuetracker.google.com/issues/413429151

Google Issue Tracker