mirror of
https://github.com/twofas/2fas-android.git
synced 2024-11-25 11:50:18 +01:00
14 lines
254 B
Plaintext
14 lines
254 B
Plaintext
@Suppress("DSL_SCOPE_VIOLATION")
|
|
plugins {
|
|
alias(libs.plugins.twofasAndroidLibrary)
|
|
}
|
|
|
|
android {
|
|
namespace = "com.twofasapp.common"
|
|
}
|
|
|
|
dependencies {
|
|
implementation(libs.kotlinCoroutines)
|
|
api(libs.bundles.koin)
|
|
api(libs.javaxInject)
|
|
} |