1{
2  "projectPath": ":core:core-telecom",
3  "dependencyAdvice": [
4    {
5      "coordinates": {
6        "type": "module",
7        "identifier": "androidx.lifecycle:lifecycle-common",
8        "resolvedVersion": "2.8.1"
9      },
10      "toConfiguration": "api"
11    },
12    {
13      "coordinates": {
14        "type": "module",
15        "identifier": "androidx.test.espresso:espresso-core",
16        "resolvedVersion": "3.7.0-alpha01"
17      },
18      "fromConfiguration": "androidTestImplementation"
19    },
20    {
21      "coordinates": {
22        "type": "module",
23        "identifier": "androidx.test:monitor",
24        "resolvedVersion": "1.8.0-alpha01"
25      },
26      "toConfiguration": "androidTestImplementation"
27    },
28    {
29      "coordinates": {
30        "type": "module",
31        "identifier": "com.google.guava:listenablefuture",
32        "resolvedVersion": "1.0"
33      },
34      "fromConfiguration": "api"
35    },
36    {
37      "coordinates": {
38        "type": "module",
39        "identifier": "com.google.truth:truth",
40        "resolvedVersion": "1.0.1"
41      },
42      "fromConfiguration": "androidTestImplementation"
43    },
44    {
45      "coordinates": {
46        "type": "module",
47        "identifier": "junit:junit",
48        "resolvedVersion": "4.13.2"
49      },
50      "toConfiguration": "androidTestImplementation"
51    }
52  ]
53}