1{ 2 "projectPath": ":datastore:datastore-preferences-rxjava3", 3 "dependencyAdvice": [ 4 { 5 "coordinates": { 6 "type": "module", 7 "identifier": "junit:junit", 8 "resolvedVersion": "4.13.2" 9 }, 10 "fromConfiguration": "testImplementation" 11 }, 12 { 13 "coordinates": { 14 "type": "project", 15 "identifier": ":datastore:datastore" 16 }, 17 "fromConfiguration": "androidTestImplementation" 18 }, 19 { 20 "coordinates": { 21 "type": "project", 22 "identifier": ":datastore:datastore" 23 }, 24 "fromConfiguration": "api" 25 }, 26 { 27 "coordinates": { 28 "type": "project", 29 "identifier": ":datastore:datastore-core" 30 }, 31 "toConfiguration": "api" 32 }, 33 { 34 "coordinates": { 35 "type": "project", 36 "identifier": ":datastore:datastore-preferences-core" 37 }, 38 "toConfiguration": "androidTestImplementation" 39 }, 40 { 41 "coordinates": { 42 "type": "project", 43 "identifier": ":datastore:datastore-preferences-core" 44 }, 45 "toConfiguration": "api" 46 }, 47 { 48 "coordinates": { 49 "type": "project", 50 "identifier": ":internal-testutils-truth" 51 }, 52 "fromConfiguration": "androidTestImplementation" 53 }, 54 { 55 "coordinates": { 56 "type": "project", 57 "identifier": ":internal-testutils-truth" 58 }, 59 "fromConfiguration": "testImplementation" 60 } 61 ] 62}