blob: 112e43821a069dc7a503cb1ffaa43c2c6f603d2d [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.9.0-alpha01" type="baseline" client="gradle" dependencies="false" name="AGP (8.9.0-alpha01)" variant="all" version="8.9.0-alpha01">
<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="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>