Skip to content

Commit

Permalink
TECH: Try to fix tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikitae57 committed Aug 16, 2024
1 parent ce0a476 commit b46f7d7
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ android {
buildFeatures {
viewBinding = true // for the samples
}

configurations.configureEach {
resolutionStrategy {
force("androidx.test:core:1.6.1")
// or force libs.test.core
}
}
}

tasks.withType<KotlinCompile>().configureEach {
Expand Down

0 comments on commit b46f7d7

Please sign in to comment.