Skip to content

Commit 5f22b14

Browse files
committed
Fix using amplify-android in a composite build
1 parent 253b0e3 commit 5f22b14

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

core/build.gradle.kts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ dependencies {
4141
testImplementation(project(":aws-api-appsync"))
4242
// Used to reference Temporal types in tests.
4343
testImplementation(project(":testmodels"))
44-
testImplementation(project(":testutils")) {
45-
isTransitive = false
46-
}
44+
testImplementation(project(":testutils"))
4745
testImplementation(testDependency.junit)
4846
testImplementation(testDependency.mockito)
4947
testImplementation(testDependency.robolectric)
@@ -52,9 +50,7 @@ dependencies {
5250
testImplementation(testDependency.jsonassert)
5351
testImplementation(dependency.gson)
5452

55-
androidTestImplementation(project(":testutils")) {
56-
isTransitive = false
57-
}
53+
androidTestImplementation(project(":testutils"))
5854
androidTestImplementation(dependency.androidx.annotation)
5955
androidTestImplementation(testDependency.androidx.test.core)
6056
androidTestImplementation(testDependency.androidx.test.runner)

0 commit comments

Comments
 (0)