1{ 2 "projectPath": ":wear:watchface:watchface-complications-data", 3 "dependencyAdvice": [ 4 { 5 "coordinates": { 6 "type": "module", 7 "identifier": "androidx.preference:preference", 8 "resolvedVersion": "1.1.0" 9 }, 10 "fromConfiguration": "implementation" 11 }, 12 { 13 "coordinates": { 14 "type": "module", 15 "identifier": "androidx.test:rules", 16 "resolvedVersion": "1.7.0-alpha01" 17 }, 18 "fromConfiguration": "testImplementation" 19 }, 20 { 21 "coordinates": { 22 "type": "module", 23 "identifier": "org.jetbrains.kotlinx:kotlinx-coroutines-core", 24 "resolvedVersion": "1.7.3" 25 }, 26 "toConfiguration": "api" 27 }, 28 { 29 "coordinates": { 30 "type": "module", 31 "identifier": "org.jetbrains.kotlinx:kotlinx-coroutines-core", 32 "resolvedVersion": "1.7.3" 33 }, 34 "toConfiguration": "testImplementation" 35 }, 36 { 37 "coordinates": { 38 "type": "module", 39 "identifier": "org.robolectric:annotations", 40 "resolvedVersion": "4.14" 41 }, 42 "toConfiguration": "testImplementation" 43 }, 44 { 45 "coordinates": { 46 "type": "module", 47 "identifier": "org.robolectric:sandbox", 48 "resolvedVersion": "4.14" 49 }, 50 "toConfiguration": "testImplementation" 51 }, 52 { 53 "coordinates": { 54 "type": "module", 55 "identifier": "org.robolectric:shadows-framework", 56 "resolvedVersion": "4.14" 57 }, 58 "toConfiguration": "testImplementation" 59 } 60 ] 61}