mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 18:47:03 +05:30
15 lines
626 B
XML
15 lines
626 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<issues format="6" by="lint 8.7.1" type="baseline" client="gradle" dependencies="false" name="AGP (8.7.1)" variant="all" version="8.7.1">
|
|
|
|
<issue
|
|
id="GradleProjectIsolation"
|
|
message="Avoid using method getRootProject"
|
|
errorLine1=" val collectorTask = project.rootProject.tasks.named<Copy>("collectLintReports")"
|
|
errorLine2=" ~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/kotlin/dev/msfjarvis/claw/gradle/LintConfig.kt"
|
|
line="51"
|
|
column="33"/>
|
|
</issue>
|
|
|
|
</issues>
|