We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5792fda commit 6235432Copy full SHA for 6235432
tests/uitests/build.gradle.kts
@@ -48,7 +48,9 @@ dependencies {
48
49
implementation(libs.showkase)
50
51
- implementation(projects.app)
+ // 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)
54
implementation(projects.appnav)
55
allLibrariesImpl()
56
allServicesImpl()
0 commit comments