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:
parent
08ffb26ba4
commit
538ba9be1a
3 changed files with 2 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue