Follow naming convention and cleanup the module.

This commit is contained in:
Benoit Marty 2023-09-29 17:03:04 +02:00 committed by Benoit Marty
parent 9f9c557ca9
commit 3a570aab78
7 changed files with 13 additions and 58 deletions

View file

@ -64,7 +64,7 @@ dependencies {
testImplementation(projects.libraries.usersearch.test)
testImplementation(projects.libraries.featureflag.test)
testImplementation(projects.tests.testutils)
testImplementation(projects.features.leaveroom.fake)
testImplementation(projects.features.leaveroom.test)
ksp(libs.showkase.processor)
}