1{
2  "projectPath": ":paging:paging-rxjava3",
3  "dependencyAdvice": [
4    {
5      "coordinates": {
6        "type": "module",
7        "identifier": "junit:junit",
8        "resolvedVersion": "4.13.2"
9      },
10      "toConfiguration": "androidTestImplementation"
11    },
12    {
13      "coordinates": {
14        "type": "module",
15        "identifier": "org.jetbrains.kotlinx:kotlinx-coroutines-core",
16        "resolvedVersion": "1.7.3"
17      },
18      "toConfiguration": "api"
19    },
20    {
21      "coordinates": {
22        "type": "module",
23        "identifier": "org.jetbrains.kotlinx:kotlinx-coroutines-core",
24        "resolvedVersion": "1.7.3"
25      },
26      "toConfiguration": "testImplementation"
27    },
28    {
29      "coordinates": {
30        "type": "module",
31        "identifier": "org.jetbrains.kotlinx:kotlinx-coroutines-reactive",
32        "resolvedVersion": "1.7.3"
33      },
34      "toConfiguration": "implementation"
35    },
36    {
37      "coordinates": {
38        "type": "module",
39        "identifier": "org.reactivestreams:reactive-streams",
40        "resolvedVersion": "1.0.3"
41      },
42      "toConfiguration": "implementation"
43    },
44    {
45      "coordinates": {
46        "type": "project",
47        "identifier": ":internal-testutils-common"
48      },
49      "fromConfiguration": "testImplementation"
50    }
51  ]
52}