Exclude app module for now.
This commit is contained in:
parent
d5e6bbbe05
commit
0c33d0d0c1
1 changed files with 3 additions and 1 deletions
|
|
@ -48,7 +48,9 @@ dependencies {
|
||||||
|
|
||||||
implementation(libs.showkase)
|
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)
|
implementation(projects.appnav)
|
||||||
allLibrariesImpl()
|
allLibrariesImpl()
|
||||||
allServicesImpl()
|
allServicesImpl()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue