Advertisement
Guest User

Untitled

a guest
Nov 24th, 2021
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. > Task :app:dependencyInsight
  2. junit:junit:4.12 FAILED
  3. Selection reasons:
  4. - By constraint : debugRuntimeClasspath uses version 4.12
  5. Failures:
  6. - Could not resolve junit:junit:{strictly 4.12}.
  7. - Cannot find a version of 'junit:junit' that satisfies the version constraints:
  8. Dependency path 'Myapp:app:unspecified' --> 'junit:junit:4.13.2'
  9. Constraint path 'Myapp:app:unspecified' --> 'junit:junit:{strictly 4.12}' because of the following reason: debugRuntimeClasspath uses version 4.12
  10. Dependency path 'Myapp:app:unspecified' --> 'androidx.test.ext:junit:1.1.3' (runtime) --> 'junit:junit:4.12'
  11. Dependency path 'Myapp:app:unspecified' --> 'androidx.compose.ui:ui-test-junit4:1.0.2' (releaseVariantReleaseRuntimePublication) --> 'junit:junit:4.12'
  12. Dependency path 'Myapp:app:unspecified' --> 'com.google.dagger:hilt-android-testing:2.38.1' (runtime) --> 'junit:junit:4.13'
  13. Dependency path 'Myapp:app:unspecified' --> 'androidx.arch.core:core-testing:2.1.0' (runtime) --> 'junit:junit:4.12'
  14. Dependency path 'Myapp:app:unspecified' --> 'com.google.truth:truth:1.1.3' (runtime) --> 'junit:junit:4.13.2'
  15. Dependency path 'Myapp:app:unspecified' --> 'androidx.test:runner:1.4.0' (runtime) --> 'junit:junit:4.12'
  16.  
  17. junit:junit:{strictly 4.12} -> 4.12 FAILED
  18. \--- debugAndroidTestRuntimeClasspath
  19.  
  20. junit:junit:4.12 FAILED
  21. +--- androidx.arch.core:core-testing:2.1.0
  22. | \--- debugAndroidTestRuntimeClasspath
  23. +--- androidx.compose.ui:ui-test-junit4:1.0.2
  24. | \--- debugAndroidTestRuntimeClasspath
  25. +--- androidx.test:runner:1.4.0
  26. | +--- debugAndroidTestRuntimeClasspath
  27. | \--- androidx.test.espresso:espresso-core:3.4.0
  28. | +--- debugAndroidTestRuntimeClasspath
  29. | +--- androidx.compose.ui:ui-test-junit4:1.0.2 (requested androidx.test.espresso:espresso-core:3.3.0) (*)
  30. | \--- androidx.compose.ui:ui-test:1.0.2 (requested androidx.test.espresso:espresso-core:3.3.0)
  31. | \--- androidx.compose.ui:ui-test-junit4:1.0.2 (*)
  32. \--- androidx.test.ext:junit:1.1.3
  33. +--- debugAndroidTestRuntimeClasspath
  34. \--- androidx.compose.ui:ui-test-junit4:1.0.2 (requested androidx.test.ext:junit:1.1.2) (*)
  35.  
  36. junit:junit:4.13 (by ancestor) FAILED
  37. Failures:
  38. - Could not resolve junit:junit:4.13. (already reported)
  39.  
  40. junit:junit:4.13 FAILED
  41. \--- com.google.dagger:hilt-android-testing:2.38.1
  42. \--- debugAndroidTestRuntimeClasspath
  43.  
  44. junit:junit:4.13.2 FAILED
  45. Failures:
  46. - Could not resolve junit:junit:4.13.2. (already reported)
  47.  
  48. junit:junit:4.13.2 FAILED
  49. +--- debugAndroidTestRuntimeClasspath
  50. \--- com.google.truth:truth:1.1.3
  51. \--- debugAndroidTestRuntimeClasspath
  52.  
  53. (*) - dependencies omitted (listed previously)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement