1{
2  "projectPath": ":datastore:datastore-rxjava3",
3  "dependencyAdvice": [
4    {
5      "coordinates": {
6        "type": "module",
7        "identifier": "com.google.truth:truth",
8        "resolvedVersion": "1.0.1"
9      },
10      "toConfiguration": "androidTestImplementation"
11    },
12    {
13      "coordinates": {
14        "type": "project",
15        "identifier": ":datastore:datastore-core"
16      },
17      "toConfiguration": "androidTestImplementation"
18    },
19    {
20      "coordinates": {
21        "type": "project",
22        "identifier": ":datastore:datastore-core"
23      },
24      "toConfiguration": "api"
25    },
26    {
27      "coordinates": {
28        "type": "project",
29        "identifier": ":datastore:datastore-core"
30      },
31      "toConfiguration": "testImplementation"
32    }
33  ]
34}