Move SignedOut classes to their own module.

This commit is contained in:
Benoit Marty 2023-10-10 20:04:34 +02:00
parent 0ca144117a
commit 669e0a2ff5
13 changed files with 179 additions and 12 deletions

View file

@ -64,7 +64,6 @@ dependencies {
testImplementation(libs.test.turbine)
testImplementation(projects.libraries.matrix.test)
testImplementation(projects.features.networkmonitor.test)
testImplementation(projects.libraries.sessionStorage.implMemory)
testImplementation(projects.tests.testutils)
testImplementation(projects.features.rageshake.test)
testImplementation(projects.features.rageshake.impl)