Updated on 2026-08-14
This commit is contained in:
parent
6c41eefe0b
commit
044efe36c5
19 changed files with 540 additions and 35 deletions
|
|
@ -31,6 +31,7 @@ dependencies {
|
|||
implementation(projects.domain.pushNotificationPreferences)
|
||||
|
||||
/* AndroidX */
|
||||
implementation(deps.androidx.activity.compose)
|
||||
implementation(deps.lifecycle.compose)
|
||||
|
||||
/* Compose */
|
||||
|
|
@ -50,7 +51,7 @@ dependencies {
|
|||
implementation(deps.kotlin.immutable.collections)
|
||||
|
||||
/* Tests */
|
||||
testImplementation(deps.test.junit)
|
||||
testImplementation(deps.test.junit5)
|
||||
testImplementation(deps.test.mockk)
|
||||
testImplementation(deps.test.coroutine)
|
||||
testImplementation(deps.test.truth)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue