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:
w: file:///x/app/src/main/java/com/bmw/chargenow/presentation/views/vehicle/carmakeselection/CarMakeSelectionActivity.kt:149:9 'overridePendingTransition(Int, Int): Unit' is deprecated. Deprecated in Java
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.