File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,7 @@ dependencies {
41
41
testImplementation(project(" :aws-api-appsync" ))
42
42
// Used to reference Temporal types in tests.
43
43
testImplementation(project(" :testmodels" ))
44
- testImplementation(project(" :testutils" )) {
45
- isTransitive = false
46
- }
44
+ testImplementation(project(" :testutils" ))
47
45
testImplementation(testDependency.junit)
48
46
testImplementation(testDependency.mockito)
49
47
testImplementation(testDependency.robolectric)
@@ -52,9 +50,7 @@ dependencies {
52
50
testImplementation(testDependency.jsonassert)
53
51
testImplementation(dependency.gson)
54
52
55
- androidTestImplementation(project(" :testutils" )) {
56
- isTransitive = false
57
- }
53
+ androidTestImplementation(project(" :testutils" ))
58
54
androidTestImplementation(dependency.androidx.annotation)
59
55
androidTestImplementation(testDependency.androidx.test.core)
60
56
androidTestImplementation(testDependency.androidx.test.runner)
You can’t perform that action at this time.
0 commit comments