Fix tests compilation

This commit is contained in:
Benoit Marty 2026-04-15 14:45:38 +02:00
parent 1f1dc22071
commit 0dda16ced0
5 changed files with 77 additions and 0 deletions

View file

@ -80,6 +80,7 @@ dependencies {
testCommonDependencies(libs, true)
testImplementation(projects.features.login.test)
testImplementation(projects.features.enterprise.test)
testImplementation(projects.features.preferences.test)
testImplementation(projects.libraries.featureflag.test)
testImplementation(projects.libraries.matrix.test)
testImplementation(projects.libraries.oidc.test)