blob: 02d7b5f36df3fd4ddb757d2cbe53075728e536f6 [file] [edit]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 9.2.0-alpha07" type="baseline" client="gradle" dependencies="false" name="AGP (9.2.0-alpha07)" variant="all" version="9.2.0-alpha07">
<issue
id="ObsoleteSdkInt"
message="Unnecessary; `Build.VERSION.SDK_INT >= Build.VERSION_CODES.M` is always true here (`SDK_INT` ≥ 23 and &lt; 28)"
errorLine1=" Build.VERSION.SDK_INT >= Build.VERSION_CODES.M"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/androidMain/kotlin/androidx/compose/testutils/AndroidComposeTestCaseRunner.android.kt"/>
</issue>
</issues>