1{ 2 "projectPath": ":tracing:tracing-perfetto-binary", 3 "dependencyAdvice": [ 4 { 5 "coordinates": { 6 "type": "module", 7 "identifier": "androidx.test:monitor", 8 "resolvedVersion": "1.8.0-alpha01" 9 }, 10 "toConfiguration": "androidTestImplementation" 11 }, 12 { 13 "coordinates": { 14 "type": "module", 15 "identifier": "junit:junit", 16 "resolvedVersion": "4.13.2" 17 }, 18 "toConfiguration": "androidTestImplementation" 19 } 20 ] 21}