| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="6" by="lint 7.2.0-dev" type="baseline" client="gradle" dependencies="false" name="AGP (7.2.0-dev)" variant="all" version="7.2.0-dev"> |
| |
| <issue |
| id="SupportAnnotationUsage" |
| message="The API level is already known to be at least 21 from the `minSdkVersion`" |
| errorLine1="@RequiresApi(api = 18)" |
| errorLine2="~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/compose/ui/text/android/TextLayout.kt" |
| line="296" |
| column="1"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Should explicitly declare type here since implicit type does not specify nullness" |
| errorLine1=" val text: CharSequence" |
| errorLine2=" ~~~~"> |
| <location |
| file="src/main/java/androidx/compose/ui/text/android/TextLayout.kt" |
| line="218" |
| column="9"/> |
| </issue> |
| |
| </issues> |