| <?xml version="1.0" encoding="UTF-8"?> |
| <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"> |
| |
| <issue |
| id="SoonBlockedPrivateApi" |
| message="Reflective access to freeTextLayoutCaches will throw an exception when targeting API 34 and above" |
| errorLine1=" val freeCaches = Canvas::class.java.getDeclaredMethod("freeTextLayoutCaches")" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/compose/ui/text/benchmark/TextBenchmarkTestRule.kt"/> |
| </issue> |
| |
| <issue |
| id="BanUncheckedReflection" |
| 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." |
| errorLine1=" freeCaches.invoke(null)" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/compose/ui/text/benchmark/TextBenchmarkTestRule.kt"/> |
| </issue> |
| |
| </issues> |