blob: 42b07bbf6b37f976890f83fb47160e31c8885697 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.7.0-alpha02" type="baseline" client="gradle" dependencies="false" name="AGP (8.7.0-alpha02)" variant="all" version="8.7.0-alpha02">
<issue
id="GradleProjectIsolation"
message="Use providers.gradleProperty instead of findProperty"
errorLine1=" when (val uri = project.findProperty(XCODEGEN_DOWNLOAD_URI)) {"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/main/kotlin/androidx/benchmark/darwin/gradle/DarwinBenchmarkPlugin.kt"/>
</issue>
<issue
id="GradleProjectIsolation"
message="Avoid using method 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>