1{ 2 "projectPath": ":navigation:navigation-dynamic-features-runtime", 3 "dependencyAdvice": [ 4 { 5 "coordinates": { 6 "type": "module", 7 "identifier": "com.google.android.gms:play-services-tasks", 8 "resolvedVersion": "18.0.2" 9 }, 10 "toConfiguration": "implementation" 11 }, 12 { 13 "coordinates": { 14 "type": "module", 15 "identifier": "com.google.android.gms:play-services-tasks", 16 "resolvedVersion": "18.0.2" 17 }, 18 "toConfiguration": "testImplementation" 19 }, 20 { 21 "coordinates": { 22 "type": "module", 23 "identifier": "com.linkedin.dexmaker:dexmaker-mockito", 24 "resolvedVersion": "2.28.4" 25 }, 26 "fromConfiguration": "androidTestImplementation" 27 } 28 ] 29}