Updated on 2026-08-14

This commit is contained in:
Tangem 2025-11-17 22:14:40 +04:00
parent 024a37517d
commit dce2f5cf90
10 changed files with 22 additions and 42 deletions

View file

@ -18,9 +18,6 @@ dependencies {
implementation(deps.kotlin.coroutines)
implementation(deps.kotlin.serialization)
testImplementation(deps.test.coroutine)
testImplementation(deps.test.junit5)
testImplementation(projects.test.core)
testRuntimeOnly(deps.test.junit5.engine)
testImplementation(deps.test.mockk)
testImplementation(deps.test.truth)
}