1{ 2 "projectPath": ":work:work-rxjava2", 3 "dependencyAdvice": [ 4 { 5 "coordinates": { 6 "type": "module", 7 "identifier": "androidx.annotation:annotation", 8 "resolvedVersion": "1.6.0" 9 }, 10 "toConfiguration": "implementation" 11 }, 12 { 13 "coordinates": { 14 "type": "module", 15 "identifier": "com.google.guava:guava", 16 "resolvedVersion": "28.1-android" 17 }, 18 "toConfiguration": "testImplementation" 19 }, 20 { 21 "coordinates": { 22 "type": "module", 23 "identifier": "com.google.guava:listenablefuture", 24 "resolvedVersion": "1.0" 25 }, 26 "toConfiguration": "api" 27 }, 28 { 29 "coordinates": { 30 "type": "module", 31 "identifier": "org.hamcrest:hamcrest-core", 32 "resolvedVersion": "1.3" 33 }, 34 "toConfiguration": "testImplementation" 35 } 36 ] 37}