Updated on 2026-08-14
This commit is contained in:
parent
6246065cab
commit
62a0ccb7d3
5 changed files with 173 additions and 44 deletions
|
|
@ -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)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue