Use DependencyHandlerScope.testCommonDependencies()

This commit is contained in:
Benoit Marty 2025-09-12 19:04:35 +02:00
parent 6813abc354
commit 629fc552e5
84 changed files with 187 additions and 569 deletions

View file

@ -1,3 +1,5 @@
import extension.testCommonDependencies
/*
* Copyright 2023, 2024 New Vector Ltd.
*
@ -19,6 +21,5 @@ dependencies {
implementation(projects.tests.testutils)
implementation(projects.libraries.matrix.api)
testImplementation(libs.test.junit)
testImplementation(libs.test.truth)
testCommonDependencies(libs)
}