1{
2  "projectPath": ":room:room-rxjava3",
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.lifecycle:lifecycle-livedata",
16        "resolvedVersion": "2.0.0"
17      },
18      "fromConfiguration": "testImplementation"
19    },
20    {
21      "coordinates": {
22        "type": "module",
23        "identifier": "junit:junit",
24        "resolvedVersion": "4.13.2"
25      },
26      "toConfiguration": "testImplementation"
27    },
28    {
29      "coordinates": {
30        "type": "module",
31        "identifier": "org.jetbrains.kotlin:kotlin-test",
32        "resolvedVersion": "2.1.10"
33      },
34      "fromConfiguration": "testImplementation"
35    },
36    {
37      "coordinates": {
38        "type": "module",
39        "identifier": "org.jetbrains.kotlin:kotlin-test",
40        "resolvedVersion": "2.1.10"
41      },
42      "fromConfiguration": "testImplementation"
43    },
44    {
45      "coordinates": {
46        "type": "module",
47        "identifier": "org.jetbrains.kotlinx:kotlinx-coroutines-core",
48        "resolvedVersion": "1.7.3"
49      },
50      "toConfiguration": "implementation"
51    },
52    {
53      "coordinates": {
54        "type": "project",
55        "identifier": ":room:room-common"
56      },
57      "fromConfiguration": "api"
58    },
59    {
60      "coordinates": {
61        "type": "project",
62        "identifier": ":sqlite:sqlite"
63      },
64      "toConfiguration": "api"
65    }
66  ]
67}