Ensure uitest take preview from app module.

This commit is contained in:
Benoit Marty
2023-07-19 14:47:30 +02:00
parent c04fcfc352
commit dc3c237176
2 changed files with 1 additions and 1 deletions

View File

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

View File

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