mirror of
https://github.com/twofas/2fas-android.git
synced 2024-11-25 03:40:18 +01:00
14 lines
284 B
Plaintext
14 lines
284 B
Plaintext
|
@Suppress("DSL_SCOPE_VIOLATION")
|
||
|
plugins {
|
||
|
alias(libs.plugins.twofasAndroidLibrary)
|
||
|
alias(libs.plugins.twofasCompose)
|
||
|
}
|
||
|
|
||
|
android {
|
||
|
namespace = "com.twofasapp.navigation"
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
implementation(libs.kotlinCoroutines)
|
||
|
implementation(libs.bundles.compose)
|
||
|
}
|