1{ 2 "projectPath": ":lifecycle:lifecycle-common-java8", 3 "dependencyAdvice": [ 4 { 5 "coordinates": { 6 "type": "module", 7 "identifier": "androidx.annotation:annotation", 8 "resolvedVersion": "1.8.1" 9 }, 10 "fromConfiguration": "api" 11 }, 12 { 13 "coordinates": { 14 "type": "module", 15 "identifier": "junit:junit", 16 "resolvedVersion": "4.13.2" 17 }, 18 "fromConfiguration": "testImplementation" 19 }, 20 { 21 "coordinates": { 22 "type": "module", 23 "identifier": "org.mockito:mockito-core", 24 "resolvedVersion": "4.8.0" 25 }, 26 "fromConfiguration": "testImplementation" 27 }, 28 { 29 "coordinates": { 30 "type": "project", 31 "identifier": ":lifecycle:lifecycle-common" 32 }, 33 "fromConfiguration": "api" 34 } 35 ] 36}