blob: 4ddcf80e8b88f78b0dc51b72de8c2f867036bfcd [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 7.3.0-alpha07" type="baseline" client="gradle" dependencies="false" name="AGP (7.3.0-alpha07)" variant="all" version="7.3.0-alpha07">
<issue
id="SoonBlockedPrivateApi"
message="Reflective access to freeTextLayoutCaches will throw an exception when targeting API 31 and above"
errorLine1=" val freeCaches = Canvas::class.java.getDeclaredMethod(&quot;freeTextLayoutCaches&quot;)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/compose/ui/text/benchmark/TextBenchmarkTestRule.kt"
line="79"
column="30"/>
</issue>
<issue
id="BanUncheckedReflection"
message="Calling `Method.invoke` without an SDK check"
errorLine1=" freeCaches.invoke(null)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/compose/ui/text/benchmark/TextBenchmarkTestRule.kt"
line="81"
column="13"/>
</issue>
</issues>