blob: 76fc250639e4e2a641f7400ca6108092c14b5b85 [file] [log] [blame]
Tiem Song1fc510b2022-09-19 14:44:54 -07001<?xml version="1.0" encoding="UTF-8"?>
2<issues format="6" by="lint 7.4.0-alpha08" type="baseline" client="gradle" dependencies="false" name="AGP (7.4.0-alpha08)" variant="all" version="7.4.0-alpha08">
3
4 <issue
5 id="SupportAnnotationUsage"
6 message="Did you mean `@get:VisibleForTesting`? Without `get:` this annotates the constructor parameter itself instead of the associated getter."
Tiem Song64cbe8672022-09-22 14:30:07 -07007 errorLine1=" @VisibleForTesting(otherwise = VisibleForTesting.PRIVATE) internal val requestListener:"
8 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Tiem Song1fc510b2022-09-19 14:44:54 -07009 <location
10 file="src/main/java/androidx/camera/camera2/pipe/integration/interop/Camera2CameraControl.kt"/>
11 </issue>
12
13</issues>