Code cleanup, remove dead code and fix compilation issue

This commit is contained in:
Benoit Marty 2025-09-10 14:08:10 +02:00
parent df93fa82db
commit d7c6cbc78c
17 changed files with 13 additions and 33 deletions

View file

@ -1,8 +1,7 @@
import extension.ComponentMergingStrategy
import extension.setupAnvil
import extension.setupDependencyInjection
/*
* Copyright 2022-2024 New Vector Ltd.
* Copyright 2025 New Vector Ltd.
*
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
* Please see LICENSE files in the repository root for full details.
@ -23,7 +22,7 @@ android {
}
}
setupAnvil(componentMergingStrategy = ComponentMergingStrategy.KSP)
setupDependencyInjection()
dependencies {
implementation(projects.libraries.core)