1{
2  "projectPath": ":wear:protolayout:protolayout-expression",
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": "com.google.truth:truth",
16        "resolvedVersion": "1.0"
17      },
18      "toConfiguration": "testImplementation"
19    },
20    {
21      "coordinates": {
22        "type": "module",
23        "identifier": "junit:junit",
24        "resolvedVersion": "4.13.2"
25      },
26      "toConfiguration": "testImplementation"
27    }
28  ]
29}