mirror of
https://github.com/twofas/2fas-android.git
synced 2024-11-25 11:50:18 +01:00
3488c3bc3d
wip
25 lines
675 B
Plaintext
25 lines
675 B
Plaintext
@Suppress("DSL_SCOPE_VIOLATION")
|
|
plugins {
|
|
alias(libs.plugins.twofasAndroidLibrary)
|
|
alias(libs.plugins.twofasCompose)
|
|
}
|
|
|
|
android {
|
|
namespace = "com.twofasapp.design"
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":core:di"))
|
|
implementation(project(":prefs"))
|
|
implementation(project(":extensions"))
|
|
implementation(project(":resources"))
|
|
implementation(project(":parsers"))
|
|
|
|
implementation(project(":core:designsystem"))
|
|
|
|
implementation(libs.bundles.fastAdapter)
|
|
implementation(libs.bundles.materialDialogs)
|
|
implementation(libs.bundles.appCompat)
|
|
implementation(libs.bundles.compose)
|
|
implementation(libs.bundles.accompanist)
|
|
} |