1{
2  "projectPath": ":navigation:navigation-ui",
3  "dependencyAdvice": [
4    {
5      "coordinates": {
6        "type": "module",
7        "identifier": "androidx.annotation:annotation",
8        "resolvedVersion": "1.8.1"
9      },
10      "toConfiguration": "implementation"
11    },
12    {
13      "coordinates": {
14        "type": "project",
15        "identifier": ":savedstate:savedstate"
16      },
17      "toConfiguration": "androidTestImplementation"
18    }
19  ]
20}