mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
26 lines
1 KiB
XML
26 lines
1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<issues format="6" by="lint 8.2.0-alpha14" type="baseline" client="gradle" dependencies="true" name="AGP (8.2.0-alpha14)" variant="all" version="8.2.0-alpha14">
|
|
|
|
<issue
|
|
id="NewerVersionAvailable"
|
|
message="A newer version of com.squareup.anvil than 2.4.7 is available: 2.4.7-1-8"
|
|
errorLine1="anvil = "com.squareup.anvil:2.4.7""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="../gradle/libs.versions.toml"
|
|
line="100"
|
|
column="9"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UsingMaterialAndMaterial3Libraries"
|
|
message="Using a material import while also using the material3 library"
|
|
errorLine1="import androidx.compose.material.ExperimentalMaterialApi"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/kotlin/dev/msfjarvis/claw/android/ui/lists/NetworkPosts.kt"
|
|
line="17"
|
|
column="8"/>
|
|
</issue>
|
|
|
|
</issues>
|