Exclude app module for now.

This commit is contained in:
Benoit Marty 2023-07-19 15:27:21 +02:00
parent 5792fdad04
commit 62354326a9

View file

@ -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()