Ensure uitest take preview from app module.

This commit is contained in:
Benoit Marty 2023-07-19 14:47:30 +02:00
parent 3c9ecec563
commit 2b71922cae
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()