mirror of
https://github.com/twofas/2fas-android.git
synced 2024-11-22 18:29:52 +01:00
3488c3bc3d
wip
20 lines
501 B
Plaintext
20 lines
501 B
Plaintext
@Suppress("DSL_SCOPE_VIOLATION")
|
|
plugins {
|
|
alias(libs.plugins.twofasAndroidLibrary)
|
|
id(libs.plugins.twofasCompose.get().pluginId)
|
|
}
|
|
|
|
android {
|
|
namespace = "com.twofasapp.designsystem"
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":core:common"))
|
|
implementation(project(":core:locale"))
|
|
|
|
implementation(libs.core)
|
|
implementation(libs.bundles.appCompat)
|
|
implementation(libs.bundles.compose)
|
|
implementation(libs.bundles.accompanist)
|
|
implementation(libs.bundles.coil)
|
|
} |