| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="6" by="lint 7.4.0-alpha08" type="baseline" client="gradle" dependencies="false" name="AGP (7.4.0-alpha08)" variant="all" version="7.4.0-alpha08"> |
| |
| <issue |
| id="BanInlineOptIn" |
| message="Inline functions cannot opt into experimental APIs." |
| errorLine1="internal inline fun <T> List<T>.fastForEach(action: (T) -> Unit) {" |
| errorLine2=" ~~~~~~~~~~~"> |
| <location |
| file="../../../text/text/src/main/java/androidx/compose/ui/text/android/TempListUtils.kt"/> |
| </issue> |
| |
| <issue |
| id="BanInlineOptIn" |
| message="Inline functions cannot opt into experimental APIs." |
| errorLine1="internal inline fun <T, R, C : MutableCollection<in R>> List<T>.fastMapTo(" |
| errorLine2=" ~~~~~~~~~"> |
| <location |
| file="../../../text/text/src/main/java/androidx/compose/ui/text/android/TempListUtils.kt"/> |
| </issue> |
| |
| <issue |
| id="BanInlineOptIn" |
| message="Inline functions cannot opt into experimental APIs." |
| errorLine1="internal inline fun <T, R> List<T>.fastZipWithNext(transform: (T, T) -> R): List<R> {" |
| errorLine2=" ~~~~~~~~~~~~~~~"> |
| <location |
| file="../../../text/text/src/main/java/androidx/compose/ui/text/android/TempListUtils.kt"/> |
| </issue> |
| |
| <issue |
| id="ListIterator" |
| message="Creating an unnecessary Iterator to iterate through a List" |
| errorLine1=" paragraphStyles.sortedBy { it.start }.fastForEach { paragraphStyle ->" |
| errorLine2=" ~~~~~~~~"> |
| <location |
| file="src/commonMain/kotlin/androidx/compose/ui/text/AnnotatedString.kt"/> |
| </issue> |
| |
| <issue |
| id="ListIterator" |
| message="Creating an unnecessary Iterator to iterate through a List" |
| errorLine1=" "'$key' must be unique. Actual [ [${value.joinToString()}]"" |
| errorLine2=" ~~~~~~~~~~~~"> |
| <location |
| file="src/commonMain/kotlin/androidx/compose/ui/text/font/FontVariation.kt"/> |
| </issue> |
| |
| </issues> |