mirror of
https://github.com/twofas/2fas-android.git
synced 2024-11-22 10:20:15 +01:00
3488c3bc3d
wip
21 lines
558 B
Plaintext
21 lines
558 B
Plaintext
@Suppress("DSL_SCOPE_VIOLATION")
|
|
plugins {
|
|
alias(libs.plugins.twofasAndroidLibrary)
|
|
alias(libs.plugins.twofasCompose)
|
|
}
|
|
|
|
android {
|
|
namespace = "com.twofasapp.feature.trash"
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":core:di"))
|
|
implementation(project(":core:common"))
|
|
implementation(project(":core:locale"))
|
|
implementation(project(":core:designsystem"))
|
|
implementation(project(":data:services"))
|
|
|
|
implementation(libs.bundles.compose)
|
|
implementation(libs.bundles.viewModel)
|
|
implementation(libs.bundles.accompanist)
|
|
} |