Browse Source

Ensure uitest take preview from app module.

pull/920/head
Benoit Marty 1 year ago
parent
commit
2b71922cae
  1. 1
      app/build.gradle.kts
  2. 1
      tests/uitests/build.gradle.kts

1
app/build.gradle.kts

@ -198,7 +198,6 @@ dependencies { @@ -198,7 +198,6 @@ dependencies {
allLibrariesImpl()
allServicesImpl()
allFeaturesImpl(rootDir, logger)
implementation(projects.tests.uitests)
implementation(projects.anvilannotations)
implementation(projects.appnav)
anvil(projects.anvilcodegen)

1
tests/uitests/build.gradle.kts

@ -48,6 +48,7 @@ dependencies { @@ -48,6 +48,7 @@ dependencies {
implementation(libs.showkase)
implementation(projects.app)
implementation(projects.appnav)
allLibrariesImpl()
allServicesImpl()

Loading…
Cancel
Save