Remove other wrong dependency.

This commit is contained in:
Benoit Marty 2024-06-14 09:58:44 +02:00 committed by Benoit Marty
parent 7c18133bb3
commit c4333544ac

View file

@ -67,7 +67,6 @@ dependencies {
// `testOptions { unitTests.isIncludeAndroidResources = true }` in the app build.gradle.kts file
// implementation(projects.app)
implementation(projects.appnav)
implementation(projects.features.call)
allLibrariesImpl()
allServicesImpl()
allFeaturesImpl(rootDir, logger)