Updated on 2026-08-14

This commit is contained in:
Tangem 2025-04-01 17:17:51 +05:00
parent 6246065cab
commit 62a0ccb7d3
5 changed files with 173 additions and 44 deletions

View file

@ -22,4 +22,10 @@ dependencies {
/* Core */
api(projects.core.pagination)
testImplementation(projects.core.pagination)
/* Tests */
testImplementation(deps.test.junit)
testImplementation(deps.test.coroutine)
testImplementation(deps.test.truth)
}