1<?xml version="1.0" encoding="UTF-8"?> 2<issues format="6" by="lint 8.3.0-alpha10" type="baseline" client="gradle" dependencies="false" name="AGP (8.3.0-alpha10)" variant="all" version="8.3.0-alpha10"> 3 4 <issue 5 id="SoonBlockedPrivateApi" 6 message="Reflective access to freeTextLayoutCaches will throw an exception when targeting API 34 and above" 7 errorLine1=" val freeCaches = Canvas::class.java.getDeclaredMethod("freeTextLayoutCaches")" 8 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 9 <location 10 file="src/main/java/androidx/compose/ui/text/benchmark/TextBenchmarkTestRule.kt"/> 11 </issue> 12 13 <issue 14 id="BanUncheckedReflection" 15 message="Method.invoke requires both an upper and lower SDK bounds checks to be safe, and the upper bound must be below SdkVersionInfo.HIGHEST_KNOWN_API." 16 errorLine1=" freeCaches.invoke(null)" 17 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> 18 <location 19 file="src/main/java/androidx/compose/ui/text/benchmark/TextBenchmarkTestRule.kt"/> 20 </issue> 21 22</issues> 23