Exclude app module for now.
This commit is contained in:
parent
5792fdad04
commit
62354326a9
1 changed files with 3 additions and 1 deletions
|
|
@ -48,7 +48,9 @@ dependencies {
|
|||
|
||||
implementation(libs.showkase)
|
||||
|
||||
implementation(projects.app)
|
||||
// TODO There is a Resources.NotFoundException maybe due to the mipmap, even if we have
|
||||
// `testOptions { unitTests.isIncludeAndroidResources = true }` in the app build.gradle.kts file
|
||||
// implementation(projects.app)
|
||||
implementation(projects.appnav)
|
||||
allLibrariesImpl()
|
||||
allServicesImpl()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue