Move aCallNotificationData to the tests package of the main module, so that the test module does not have to depend on the impl module.

This commit is contained in:
Benoit Marty 2026-04-08 17:40:48 +02:00
parent 08ffb26ba4
commit 538ba9be1a
3 changed files with 2 additions and 4 deletions

View file

@ -20,7 +20,6 @@ dependencies {
implementation(projects.libraries.core)
api(projects.features.call.api)
implementation(projects.features.call.impl)
implementation(projects.libraries.matrix.api)
implementation(projects.libraries.matrix.test)
implementation(projects.tests.testutils)