1{
2  "projectPath": ":core:core-performance",
3  "dependencyAdvice": [
4    {
5      "coordinates": {
6        "type": "module",
7        "identifier": "org.jetbrains.kotlinx:kotlinx-coroutines-core",
8        "resolvedVersion": "1.7.3"
9      },
10      "fromConfiguration": "implementation"
11    },
12    {
13      "coordinates": {
14        "type": "module",
15        "identifier": "org.robolectric:annotations",
16        "resolvedVersion": "4.14"
17      },
18      "toConfiguration": "testImplementation"
19    },
20    {
21      "coordinates": {
22        "type": "module",
23        "identifier": "org.robolectric:shadows-framework",
24        "resolvedVersion": "4.14"
25      },
26      "toConfiguration": "testImplementation"
27    },
28    {
29      "coordinates": {
30        "type": "project",
31        "identifier": ":core:core-performance-testing"
32      },
33      "fromConfiguration": "testImplementation"
34    }
35  ]
36}