| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="6" by="lint 8.11.0-alpha10" type="baseline" client="gradle" dependencies="false" name="AGP (8.11.0-alpha10)" variant="all" version="8.11.0-alpha10"> |
| |
| <issue |
| id="GradleProjectIsolation" |
| message="Use isolated.rootProject instead of getRootProject" |
| errorLine1=" project.rootProject.projectDir, // frameworks/support" |
| errorLine2=" ~~~~~~~~~~~"> |
| <location |
| file="src/main/kotlin/androidx/benchmark/darwin/gradle/DarwinBenchmarkPlugin.kt"/> |
| </issue> |
| |
| <issue |
| id="WithTypeWithoutConfigureEach" |
| message="Avoid passing a closure to withType, use withType().configureEach instead" |
| errorLine1=" project.plugins.withType(KotlinMultiplatformPluginWrapper::class.java) {" |
| errorLine2=" ~~~~~~~~"> |
| <location |
| file="src/main/kotlin/androidx/benchmark/darwin/gradle/DarwinBenchmarkPlugin.kt"/> |
| </issue> |
| |
| </issues> |