Updated on 2026-08-14
This commit is contained in:
parent
629d42fc34
commit
0d2f6e2410
35 changed files with 389 additions and 113 deletions
|
|
@ -46,7 +46,7 @@ android {
|
|||
Field.Environment("release"),
|
||||
Field.TestActionEnabled(true),
|
||||
Field.LogEnabled(true),
|
||||
Field.TesterMenuAvailability(true)
|
||||
Field.TesterMenuAvailability(true),
|
||||
),
|
||||
builder = ::buildConfigField,
|
||||
).create()
|
||||
|
|
@ -67,14 +67,22 @@ dependencies {
|
|||
implementation(AndroidX.activityCompose)
|
||||
|
||||
/** Compose */
|
||||
implementation(Compose.foundation)
|
||||
implementation(Compose.hiltNavigation)
|
||||
implementation(Compose.material)
|
||||
implementation(Compose.navigation)
|
||||
implementation(Compose.ui)
|
||||
implementation(Compose.uiTooling)
|
||||
|
||||
/** DI */
|
||||
implementation(Library.accompanistSystemUiController)
|
||||
implementation(Library.hilt)
|
||||
kapt(Library.hiltKapt)
|
||||
|
||||
/** Core modules */
|
||||
implementation(project(":core:featuretoggles"))
|
||||
implementation(project(":core:ui"))
|
||||
|
||||
/** Feature Apis */
|
||||
implementation(project(":features:tester:api"))
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue