| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="6" by="lint 8.2.0-alpha15" type="baseline" client="gradle" dependencies="false" name="AGP (8.2.0-alpha15)" variant="all" version="8.2.0-alpha15"> |
| |
| <issue |
| id="BanThreadSleep" |
| message="Uses Thread.sleep()" |
| errorLine1=" Thread.sleep(250)" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/androidAndroidTest/kotlin/androidx/compose/ui/tooling/ComposeViewAdapterTest.kt"/> |
| </issue> |
| |
| <issue |
| id="BanThreadSleep" |
| message="Uses Thread.sleep()" |
| errorLine1=" Thread.sleep(200)" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/androidAndroidTest/kotlin/androidx/compose/ui/tooling/ComposeViewAdapterTest.kt"/> |
| </issue> |
| |
| <issue |
| id="PrimitiveInLambda" |
| message="Use a functional interface instead of lambda syntax for lambdas with primitive values in constructor InfiniteTransitionClock has parameter 'maxDuration' with type Function0<Long>." |
| errorLine1=" private val maxDuration: () -> Long = { 0 }" |
| errorLine2=" ~~~~~~~~~~"> |
| <location |
| file="src/androidMain/kotlin/androidx/compose/ui/tooling/animation/clock/InfiniteTransitionClock.kt"/> |
| </issue> |
| |
| <issue |
| id="PrimitiveInLambda" |
| message="Use a functional interface instead of lambda syntax for lambdas with primitive values in variable 'getDp' with type Function1<? super Object, ? extends Dp>." |
| errorLine1=" fun getDp(par: Any): Dp? {" |
| errorLine2=" ^"> |
| <location |
| file="src/androidMain/kotlin/androidx/compose/ui/tooling/animation/clock/Utils.kt"/> |
| </issue> |
| |
| </issues> |