1{ 2 "projectPath": ":security:security-state", 3 "dependencyAdvice": [ 4 { 5 "coordinates": { 6 "type": "module", 7 "identifier": "androidx.core:core", 8 "resolvedVersion": "1.12.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": "androidTestImplementation" 19 }, 20 { 21 "coordinates": { 22 "type": "module", 23 "identifier": "androidx.test:rules", 24 "resolvedVersion": "1.7.0-alpha01" 25 }, 26 "fromConfiguration": "testImplementation" 27 }, 28 { 29 "coordinates": { 30 "type": "module", 31 "identifier": "org.jetbrains.kotlinx:kotlinx-coroutines-core", 32 "resolvedVersion": "1.7.3" 33 }, 34 "fromConfiguration": "api" 35 }, 36 { 37 "coordinates": { 38 "type": "module", 39 "identifier": "org.jetbrains.kotlinx:kotlinx-serialization-core", 40 "resolvedVersion": "1.6.3" 41 }, 42 "toConfiguration": "implementation" 43 }, 44 { 45 "coordinates": { 46 "type": "module", 47 "identifier": "org.robolectric:annotations", 48 "resolvedVersion": "4.14" 49 }, 50 "toConfiguration": "testImplementation" 51 } 52 ] 53}