Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- > Task :app:dependencyInsight
- junit:junit:4.12 FAILED
- Selection reasons:
- - By constraint : debugRuntimeClasspath uses version 4.12
- Failures:
- - Could not resolve junit:junit:{strictly 4.12}.
- - Cannot find a version of 'junit:junit' that satisfies the version constraints:
- Dependency path 'Myapp:app:unspecified' --> 'junit:junit:4.13.2'
- Constraint path 'Myapp:app:unspecified' --> 'junit:junit:{strictly 4.12}' because of the following reason: debugRuntimeClasspath uses version 4.12
- Dependency path 'Myapp:app:unspecified' --> 'androidx.test.ext:junit:1.1.3' (runtime) --> 'junit:junit:4.12'
- Dependency path 'Myapp:app:unspecified' --> 'androidx.compose.ui:ui-test-junit4:1.0.2' (releaseVariantReleaseRuntimePublication) --> 'junit:junit:4.12'
- Dependency path 'Myapp:app:unspecified' --> 'com.google.dagger:hilt-android-testing:2.38.1' (runtime) --> 'junit:junit:4.13'
- Dependency path 'Myapp:app:unspecified' --> 'androidx.arch.core:core-testing:2.1.0' (runtime) --> 'junit:junit:4.12'
- Dependency path 'Myapp:app:unspecified' --> 'com.google.truth:truth:1.1.3' (runtime) --> 'junit:junit:4.13.2'
- Dependency path 'Myapp:app:unspecified' --> 'androidx.test:runner:1.4.0' (runtime) --> 'junit:junit:4.12'
- junit:junit:{strictly 4.12} -> 4.12 FAILED
- \--- debugAndroidTestRuntimeClasspath
- junit:junit:4.12 FAILED
- +--- androidx.arch.core:core-testing:2.1.0
- | \--- debugAndroidTestRuntimeClasspath
- +--- androidx.compose.ui:ui-test-junit4:1.0.2
- | \--- debugAndroidTestRuntimeClasspath
- +--- androidx.test:runner:1.4.0
- | +--- debugAndroidTestRuntimeClasspath
- | \--- androidx.test.espresso:espresso-core:3.4.0
- | +--- debugAndroidTestRuntimeClasspath
- | +--- androidx.compose.ui:ui-test-junit4:1.0.2 (requested androidx.test.espresso:espresso-core:3.3.0) (*)
- | \--- androidx.compose.ui:ui-test:1.0.2 (requested androidx.test.espresso:espresso-core:3.3.0)
- | \--- androidx.compose.ui:ui-test-junit4:1.0.2 (*)
- \--- androidx.test.ext:junit:1.1.3
- +--- debugAndroidTestRuntimeClasspath
- \--- androidx.compose.ui:ui-test-junit4:1.0.2 (requested androidx.test.ext:junit:1.1.2) (*)
- junit:junit:4.13 (by ancestor) FAILED
- Failures:
- - Could not resolve junit:junit:4.13. (already reported)
- junit:junit:4.13 FAILED
- \--- com.google.dagger:hilt-android-testing:2.38.1
- \--- debugAndroidTestRuntimeClasspath
- junit:junit:4.13.2 FAILED
- Failures:
- - Could not resolve junit:junit:4.13.2. (already reported)
- junit:junit:4.13.2 FAILED
- +--- debugAndroidTestRuntimeClasspath
- \--- com.google.truth:truth:1.1.3
- \--- debugAndroidTestRuntimeClasspath
- (*) - dependencies omitted (listed previously)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement