Updated on 2026-08-14
This commit is contained in:
parent
e4f3c1fa3a
commit
c509046a8b
16 changed files with 384 additions and 261 deletions
|
|
@ -11,10 +11,17 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation(projects.core.datasource)
|
||||
|
||||
implementation(projects.domain.appsflyer)
|
||||
|
||||
// region DI
|
||||
implementation(deps.hilt.android)
|
||||
kapt(deps.hilt.kapt)
|
||||
// endregion
|
||||
|
||||
// region Core modules
|
||||
api(projects.core.datasource)
|
||||
// endregion
|
||||
|
||||
// region Domain
|
||||
api(projects.domain.appsflyer)
|
||||
// endregion
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue