1{
2  "projectPath": ":car:app:app-projected",
3  "dependencyAdvice": [
4    {
5      "coordinates": {
6        "type": "module",
7        "identifier": "androidx.annotation:annotation-experimental",
8        "resolvedVersion": "1.4.1"
9      },
10      "toConfiguration": "implementation"
11    },
12    {
13      "coordinates": {
14        "type": "module",
15        "identifier": "org.robolectric:shadowapi",
16        "resolvedVersion": "4.14"
17      },
18      "toConfiguration": "testImplementation"
19    }
20  ]
21}