PIN : Fix test compilation

This commit is contained in:
ganfra 2023-10-26 13:10:25 +02:00
parent 537068cb32
commit 1e3cfcdbd6
4 changed files with 74 additions and 0 deletions

View file

@ -58,6 +58,7 @@ dependencies {
testImplementation(projects.services.analytics.test)
testImplementation(projects.libraries.permissions.impl)
testImplementation(projects.libraries.permissions.test)
testImplementation(projects.features.lockscreen.test)
testImplementation(projects.tests.testutils)
ksp(libs.showkase.processor)