Updated on 2026-08-14

This commit is contained in:
Tangem 2025-11-06 13:43:21 +04:00
parent 0ca6412e31
commit d1191ec881
5 changed files with 255 additions and 0 deletions

View file

@ -23,6 +23,7 @@ dependencies {
implementation(deps.jodatime)
// endregion
testImplementation(deps.test.coroutine)
testImplementation(deps.test.junit5)
testRuntimeOnly(deps.test.junit5.engine)
testImplementation(deps.test.truth)