Skip to content

Commit 6235432

Browse files
committed
Exclude app module for now.
1 parent 5792fda commit 6235432

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/uitests/build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ dependencies {
4848

4949
implementation(libs.showkase)
5050

51-
implementation(projects.app)
51+
// TODO There is a Resources.NotFoundException maybe due to the mipmap, even if we have
52+
// `testOptions { unitTests.isIncludeAndroidResources = true }` in the app build.gradle.kts file
53+
// implementation(projects.app)
5254
implementation(projects.appnav)
5355
allLibrariesImpl()
5456
allServicesImpl()

0 commit comments

Comments
 (0)