Remove other wrong dependency.

This commit is contained in:
Benoit Marty
2024-06-14 09:58:44 +02:00
committed by Benoit Marty
parent 6a7d6fa631
commit 4416a9fbe9

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)