1{
2  "projectPath": ":navigation:navigation-testing",
3  "dependencyAdvice": [
4    {
5      "coordinates": {
6        "type": "module",
7        "identifier": "androidx.lifecycle:lifecycle-runtime-testing"
8      },
9      "fromConfiguration": "api"
10    },
11    {
12      "coordinates": {
13        "type": "module",
14        "identifier": "androidx.annotation:annotation",
15        "resolvedVersion": "1.8.1"
16      },
17      "toConfiguration": "implementation"
18    },
19    {
20      "coordinates": {
21        "type": "project",
22        "identifier": ":lifecycle:lifecycle-runtime-testing"
23      },
24      "toConfiguration": "androidTestImplementation"
25    }
26  ]
27}