1{ 2 "projectPath": ":wear:protolayout:protolayout-material", 3 "dependencyAdvice": [ 4 { 5 "coordinates": { 6 "type": "module", 7 "identifier": "androidx.core:core", 8 "resolvedVersion": "1.13.0" 9 }, 10 "fromConfiguration": "androidTestImplementation" 11 }, 12 { 13 "coordinates": { 14 "type": "module", 15 "identifier": "androidx.test.ext:junit", 16 "resolvedVersion": "1.3.0-alpha01" 17 }, 18 "fromConfiguration": "androidTestImplementation" 19 }, 20 { 21 "coordinates": { 22 "type": "module", 23 "identifier": "androidx.test.ext:truth", 24 "resolvedVersion": "1.7.0-alpha01" 25 }, 26 "fromConfiguration": "testImplementation" 27 }, 28 { 29 "coordinates": { 30 "type": "module", 31 "identifier": "androidx.test:monitor", 32 "resolvedVersion": "1.8.0-alpha01" 33 }, 34 "toConfiguration": "androidTestImplementation" 35 }, 36 { 37 "coordinates": { 38 "type": "module", 39 "identifier": "androidx.test:rules", 40 "resolvedVersion": "1.7.0-alpha01" 41 }, 42 "fromConfiguration": "androidTestImplementation" 43 }, 44 { 45 "coordinates": { 46 "type": "module", 47 "identifier": "androidx.test:rules", 48 "resolvedVersion": "1.7.0-alpha01" 49 }, 50 "fromConfiguration": "testImplementation" 51 }, 52 { 53 "coordinates": { 54 "type": "module", 55 "identifier": "com.google.guava:guava", 56 "resolvedVersion": "33.3.1-jre" 57 }, 58 "toConfiguration": "androidTestImplementation" 59 }, 60 { 61 "coordinates": { 62 "type": "module", 63 "identifier": "org.mockito:mockito-core", 64 "resolvedVersion": "4.8.0" 65 }, 66 "fromConfiguration": "testImplementation" 67 }, 68 { 69 "coordinates": { 70 "type": "module", 71 "identifier": "org.robolectric:shadowapi", 72 "resolvedVersion": "4.14" 73 }, 74 "toConfiguration": "testImplementation" 75 }, 76 { 77 "coordinates": { 78 "type": "project", 79 "identifier": ":wear:protolayout:protolayout-expression" 80 }, 81 "toConfiguration": "api" 82 }, 83 { 84 "coordinates": { 85 "type": "project", 86 "identifier": ":wear:protolayout:protolayout-expression" 87 }, 88 "toConfiguration": "testImplementation" 89 } 90 ] 91}