Move konsist test to their own module.

This commit is contained in:
Benoit Marty 2023-10-12 18:41:38 +02:00
parent ffa6c43503
commit bdd7ecd789
10 changed files with 86 additions and 7 deletions

View file

@ -230,7 +230,6 @@ dependencies {
testImplementation(libs.test.truth)
testImplementation(libs.test.turbine)
testImplementation(projects.libraries.matrix.test)
testImplementation(libs.test.konsist)
ksp(libs.showkase.processor)
}