mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 23:27:04 +05:30
15 lines
675 B
XML
15 lines
675 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<issues format="6" by="lint 8.2.0-alpha14" type="baseline" client="gradle" dependencies="false" name="AGP (8.2.0-alpha14)" variant="all" version="8.2.0-alpha14">
|
|
|
|
<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>
|