Skip to content

Commit

Permalink
Fix using amplify-android in a composite build
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcreaser committed Feb 17, 2023
1 parent 253b0e3 commit 5f22b14
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ dependencies {
testImplementation(project(":aws-api-appsync"))
// Used to reference Temporal types in tests.
testImplementation(project(":testmodels"))
testImplementation(project(":testutils")) {
isTransitive = false
}
testImplementation(project(":testutils"))
testImplementation(testDependency.junit)
testImplementation(testDependency.mockito)
testImplementation(testDependency.robolectric)
Expand All @@ -52,9 +50,7 @@ dependencies {
testImplementation(testDependency.jsonassert)
testImplementation(dependency.gson)

androidTestImplementation(project(":testutils")) {
isTransitive = false
}
androidTestImplementation(project(":testutils"))
androidTestImplementation(dependency.androidx.annotation)
androidTestImplementation(testDependency.androidx.test.core)
androidTestImplementation(testDependency.androidx.test.runner)
Expand Down

0 comments on commit 5f22b14

Please sign in to comment.