1{
2  "projectPath": ":leanback:leanback-paging",
3  "dependencyAdvice": [
4    {
5      "coordinates": {
6        "type": "module",
7        "identifier": "androidx.arch.core:core-testing",
8        "resolvedVersion": "2.2.0"
9      },
10      "fromConfiguration": "androidTestImplementation"
11    },
12    {
13      "coordinates": {
14        "type": "module",
15        "identifier": "androidx.lifecycle:lifecycle-common",
16        "resolvedVersion": "2.3.1"
17      },
18      "toConfiguration": "androidTestImplementation"
19    },
20    {
21      "coordinates": {
22        "type": "module",
23        "identifier": "androidx.lifecycle:lifecycle-common",
24        "resolvedVersion": "2.3.1"
25      },
26      "toConfiguration": "api"
27    },
28    {
29      "coordinates": {
30        "type": "module",
31        "identifier": "androidx.lifecycle:lifecycle-runtime",
32        "resolvedVersion": "2.3.1"
33      },
34      "toConfiguration": "androidTestImplementation"
35    },
36    {
37      "coordinates": {
38        "type": "module",
39        "identifier": "androidx.paging:paging-common",
40        "resolvedVersion": "3.1.0"
41      },
42      "toConfiguration": "androidTestImplementation"
43    },
44    {
45      "coordinates": {
46        "type": "module",
47        "identifier": "androidx.paging:paging-common",
48        "resolvedVersion": "3.1.0"
49      },
50      "toConfiguration": "api"
51    },
52    {
53      "coordinates": {
54        "type": "module",
55        "identifier": "androidx.recyclerview:recyclerview",
56        "resolvedVersion": "1.2.0"
57      },
58      "toConfiguration": "androidTestImplementation"
59    },
60    {
61      "coordinates": {
62        "type": "module",
63        "identifier": "androidx.recyclerview:recyclerview",
64        "resolvedVersion": "1.2.0"
65      },
66      "toConfiguration": "api"
67    },
68    {
69      "coordinates": {
70        "type": "module",
71        "identifier": "androidx.test.espresso:espresso-core",
72        "resolvedVersion": "3.7.0-alpha01"
73      },
74      "fromConfiguration": "androidTestImplementation"
75    },
76    {
77      "coordinates": {
78        "type": "module",
79        "identifier": "androidx.test:rules",
80        "resolvedVersion": "1.7.0-alpha01"
81      },
82      "fromConfiguration": "androidTestImplementation"
83    },
84    {
85      "coordinates": {
86        "type": "module",
87        "identifier": "androidx.vectordrawable:vectordrawable-animated",
88        "resolvedVersion": "1.1.0"
89      },
90      "fromConfiguration": "implementation"
91    },
92    {
93      "coordinates": {
94        "type": "module",
95        "identifier": "com.linkedin.dexmaker:dexmaker-mockito",
96        "resolvedVersion": "2.28.4"
97      },
98      "fromConfiguration": "androidTestImplementation"
99    },
100    {
101      "coordinates": {
102        "type": "module",
103        "identifier": "junit:junit",
104        "resolvedVersion": "4.13.2"
105      },
106      "toConfiguration": "androidTestImplementation"
107    },
108    {
109      "coordinates": {
110        "type": "module",
111        "identifier": "org.jetbrains.kotlinx:kotlinx-coroutines-core",
112        "resolvedVersion": "1.7.3"
113      },
114      "toConfiguration": "androidTestImplementation"
115    },
116    {
117      "coordinates": {
118        "type": "module",
119        "identifier": "org.jetbrains.kotlinx:kotlinx-coroutines-core",
120        "resolvedVersion": "1.7.3"
121      },
122      "toConfiguration": "api"
123    },
124    {
125      "coordinates": {
126        "type": "module",
127        "identifier": "org.mockito:mockito-core",
128        "resolvedVersion": "2.28.2"
129      },
130      "fromConfiguration": "androidTestImplementation"
131    },
132    {
133      "coordinates": {
134        "type": "project",
135        "identifier": ":internal-testutils-common"
136      },
137      "fromConfiguration": "androidTestImplementation"
138    },
139    {
140      "coordinates": {
141        "type": "project",
142        "identifier": ":internal-testutils-espresso"
143      },
144      "fromConfiguration": "androidTestImplementation"
145    },
146    {
147      "coordinates": {
148        "type": "project",
149        "identifier": ":internal-testutils-runtime"
150      },
151      "fromConfiguration": "androidTestImplementation"
152    }
153  ]
154}