1{
2  "projectPath": ":camera:camera-feature-combination-query",
3  "dependencyAdvice": [
4    {
5      "coordinates": {
6        "type": "module",
7        "identifier": "androidx.test:rules",
8        "resolvedVersion": "1.7.0-alpha01"
9      },
10      "fromConfiguration": "testImplementation"
11    },
12    {
13      "coordinates": {
14        "type": "module",
15        "identifier": "com.google.auto.value:auto-value",
16        "resolvedVersion": "1.6.3"
17      },
18      "fromConfiguration": "annotationProcessor"
19    },
20    {
21      "coordinates": {
22        "type": "module",
23        "identifier": "com.google.truth:truth",
24        "resolvedVersion": "1.0.1"
25      },
26      "fromConfiguration": "testImplementation"
27    }
28  ]
29}