1{ 2 "projectPath": ":xr:runtime:runtime-openxr", 3 "dependencyAdvice": [ 4 { 5 "coordinates": { 6 "type": "module", 7 "identifier": "androidx.appcompat:appcompat", 8 "resolvedVersion": "1.2.0" 9 }, 10 "fromConfiguration": "androidTestImplementation" 11 }, 12 { 13 "coordinates": { 14 "type": "module", 15 "identifier": "androidx.test:core", 16 "resolvedVersion": "1.7.0-alpha01" 17 }, 18 "toConfiguration": "androidTestImplementation" 19 }, 20 { 21 "coordinates": { 22 "type": "module", 23 "identifier": "org.jetbrains.kotlin:kotlin-test", 24 "resolvedVersion": "1.9.24" 25 }, 26 "toConfiguration": "androidTestImplementation" 27 }, 28 { 29 "coordinates": { 30 "type": "project", 31 "identifier": ":kruth:kruth" 32 }, 33 "fromConfiguration": "androidTestImplementation" 34 } 35 ] 36}