1{ 2 "projectPath": ":benchmark:benchmark-junit4", 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": "androidx.test:monitor", 16 "resolvedVersion": "1.8.0-alpha01" 17 }, 18 "toConfiguration": "implementation" 19 }, 20 { 21 "coordinates": { 22 "type": "project", 23 "identifier": ":benchmark:benchmark-traceprocessor" 24 }, 25 "toConfiguration": "api" 26 }, 27 { 28 "coordinates": { 29 "type": "project", 30 "identifier": ":internal-testutils-ktx" 31 }, 32 "fromConfiguration": "androidTestImplementation" 33 } 34 ] 35}