Skip to content

Commit

Permalink
Revert "Remove instrumentation tests from FB Common"
Browse files Browse the repository at this point in the history
This reverts commit 326a7cd.
  • Loading branch information
Daeda88 committed Nov 14, 2023
1 parent 326a7cd commit cfeb0fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions firebase-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ kotlin {

@Suppress("OPT_IN_USAGE")
androidTarget {
instrumentedTestVariant.sourceSetTree.set(KotlinSourceSetTree.test)
unitTestVariant.sourceSetTree.set(KotlinSourceSetTree.test)
publishAllLibraryVariants()
compilations.configureEach {
kotlinOptions {
Expand Down

0 comments on commit cfeb0fb

Please sign in to comment.