We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1a90a commit 4fa77b2Copy full SHA for 4fa77b2
app/lint-baseline.xml
@@ -129,6 +129,17 @@
129
column="13"/>
130
</issue>
131
132
+ <issue
133
+ id="NewerVersionAvailable"
134
+ message="A newer version of io.nlopez.compose.rules:detekt than 0.4.28 is available: 0.5.1"
135
+ errorLine1="detektCompose = "0.4.28""
136
+ errorLine2=" ~~~~~~~~">
137
+ <location
138
+ file="$HOME/work/Camera/Camera/gradle/libs.versions.toml"
139
+ line="6"
140
+ column="17"/>
141
+ </issue>
142
+
143
<issue
144
id="SwitchIntDef"
145
message="Switch statement on an `int` with known associated constant missing case `CameraState.ERROR_CAMERA_REMOVED`"
0 commit comments