1{
2  "projectPath": ":paging:paging-runtime",
3  "dependencyAdvice": [
4    {
5      "coordinates": {
6        "type": "module",
7        "identifier": "androidx.annotation:annotation",
8        "resolvedVersion": "1.9.1"
9      },
10      "toConfiguration": "implementation"
11    },
12    {
13      "coordinates": {
14        "type": "module",
15        "identifier": "androidx.arch.core:core-runtime",
16        "resolvedVersion": "2.2.0"
17      },
18      "toConfiguration": "androidTestImplementation"
19    },
20    {
21      "coordinates": {
22        "type": "module",
23        "identifier": "androidx.arch.core:core-runtime",
24        "resolvedVersion": "2.2.0"
25      },
26      "toConfiguration": "implementation"
27    },
28    {
29      "coordinates": {
30        "type": "module",
31        "identifier": "androidx.core:core-ktx",
32        "resolvedVersion": "1.7.0"
33      },
34      "fromConfiguration": "implementation"
35    },
36    {
37      "coordinates": {
38        "type": "module",
39        "identifier": "androidx.lifecycle:lifecycle-common",
40        "resolvedVersion": "2.8.3"
41      },
42      "toConfiguration": "api"
43    },
44    {
45      "coordinates": {
46        "type": "module",
47        "identifier": "androidx.lifecycle:lifecycle-livedata-core",
48        "resolvedVersion": "2.8.3"
49      },
50      "toConfiguration": "api"
51    },
52    {
53      "coordinates": {
54        "type": "module",
55        "identifier": "androidx.lifecycle:lifecycle-runtime-ktx",
56        "resolvedVersion": "2.8.3"
57      },
58      "fromConfiguration": "api"
59    },
60    {
61      "coordinates": {
62        "type": "module",
63        "identifier": "androidx.lifecycle:lifecycle-viewmodel-ktx",
64        "resolvedVersion": "2.8.3"
65      },
66      "fromConfiguration": "api"
67    },
68    {
69      "coordinates": {
70        "type": "module",
71        "identifier": "androidx.lifecycle:lifecycle-viewmodel",
72        "resolvedVersion": "2.8.3"
73      },
74      "toConfiguration": "api"
75    },
76    {
77      "coordinates": {
78        "type": "module",
79        "identifier": "org.jetbrains.kotlinx:kotlinx-coroutines-core",
80        "resolvedVersion": "1.7.3"
81      },
82      "toConfiguration": "androidTestImplementation"
83    },
84    {
85      "coordinates": {
86        "type": "module",
87        "identifier": "org.jetbrains.kotlinx:kotlinx-coroutines-core",
88        "resolvedVersion": "1.7.3"
89      },
90      "toConfiguration": "api"
91    },
92    {
93      "coordinates": {
94        "type": "project",
95        "identifier": ":lifecycle:lifecycle-common"
96      },
97      "toConfiguration": "androidTestImplementation"
98    },
99    {
100      "coordinates": {
101        "type": "project",
102        "identifier": ":lifecycle:lifecycle-livedata-core"
103      },
104      "toConfiguration": "androidTestImplementation"
105    },
106    {
107      "coordinates": {
108        "type": "project",
109        "identifier": ":paging:paging-testing"
110      },
111      "fromConfiguration": "androidTestImplementation"
112    }
113  ]
114}