| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="6" by="lint 8.1.0-beta02" type="baseline" client="gradle" dependencies="false" name="AGP (8.1.0-beta02)" variant="all" version="8.1.0-beta02"> |
| |
| <issue |
| id="PrimitiveInLambda" |
| message="Use a functional interface instead of lambda syntax for lambdas with primitive values in method Carousel has parameter 'content' with type Function2<? super AnimatedContentScope, ? super Integer, Unit>." |
| errorLine1=" content: @Composable AnimatedContentScope.(index: Int) -> Unit" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/tv/material3/Carousel.kt"/> |
| </issue> |
| |
| <issue |
| id="PrimitiveInLambda" |
| message="Use a functional interface instead of lambda syntax for lambdas with primitive values in variable 'scrollByAction' with type Function2<? super Float, ? super Float, ? extends Boolean>." |
| errorLine1=" val scrollByAction: ((x: Float, y: Float) -> Boolean) =" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/tv/material3/Carousel.kt"/> |
| </issue> |
| |
| <issue |
| id="PrimitiveInLambda" |
| message="Use a functional interface instead of lambda syntax for lambdas with primitive values in method ImmersiveList has parameter 'background' with type Function3<? super ImmersiveListBackgroundScope, ? super Integer, ? super Boolean, Unit>." |
| errorLine1=" @Composable ImmersiveListBackgroundScope.(index: Int, listHasFocus: Boolean) -> Unit," |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/tv/material3/ImmersiveList.kt"/> |
| </issue> |
| |
| <issue |
| id="PrimitiveInLambda" |
| message="Use a functional interface instead of lambda syntax for lambdas with primitive values in method AnimatedContent has parameter 'content' with type Function2<? super AnimatedVisibilityScope, ? super Integer, Unit>." |
| errorLine1=" content: @Composable AnimatedVisibilityScope.(targetState: Int) -> Unit" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/tv/material3/ImmersiveList.kt"/> |
| </issue> |
| |
| <issue |
| id="PrimitiveInLambda" |
| message="Use a functional interface instead of lambda syntax for lambdas with primitive values in constructor ImmersiveListScope has parameter 'onFocused' with type Function1<? super Integer, Unit>." |
| errorLine1="public class ImmersiveListScope internal constructor(private val onFocused: (Int) -> Unit) {" |
| errorLine2=" ~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/tv/material3/ImmersiveList.kt"/> |
| </issue> |
| |
| <issue |
| id="PrimitiveInLambda" |
| message="Use a functional interface instead of lambda syntax for lambdas with primitive values in variable 'valueToOffset' with type Function1<? super Boolean, ? extends Float>." |
| errorLine1=" val valueToOffset = remember<(Boolean) -> Float>(minBound, maxBound) {" |
| errorLine2=" ^"> |
| <location |
| file="src/main/java/androidx/tv/material3/Switch.kt"/> |
| </issue> |
| |
| </issues> |