1{
2  "projectPath": ":wear:protolayout:protolayout-material-core",
3  "dependencyAdvice": [
4    {
5      "coordinates": {
6        "type": "module",
7        "identifier": "androidx.test.ext:truth",
8        "resolvedVersion": "1.7.0-alpha01"
9      },
10      "fromConfiguration": "testImplementation"
11    },
12    {
13      "coordinates": {
14        "type": "module",
15        "identifier": "androidx.test:rules",
16        "resolvedVersion": "1.7.0-alpha01"
17      },
18      "fromConfiguration": "testImplementation"
19    },
20    {
21      "coordinates": {
22        "type": "module",
23        "identifier": "org.mockito:mockito-core",
24        "resolvedVersion": "4.8.0"
25      },
26      "fromConfiguration": "testImplementation"
27    },
28    {
29      "coordinates": {
30        "type": "module",
31        "identifier": "org.robolectric:shadowapi",
32        "resolvedVersion": "4.14"
33      },
34      "toConfiguration": "testImplementation"
35    },
36    {
37      "coordinates": {
38        "type": "project",
39        "identifier": ":wear:protolayout:protolayout-expression"
40      },
41      "toConfiguration": "api"
42    },
43    {
44      "coordinates": {
45        "type": "project",
46        "identifier": ":wear:protolayout:protolayout-expression"
47      },
48      "toConfiguration": "testImplementation"
49    }
50  ]
51}