mirror of
https://github.com/twofas/2fas-android.git
synced 2024-11-26 04:09:51 +01:00
3488c3bc3d
wip
13 lines
208 B
Plaintext
13 lines
208 B
Plaintext
@Suppress("DSL_SCOPE_VIOLATION")
|
|
plugins {
|
|
alias(libs.plugins.twofasAndroidLibrary)
|
|
}
|
|
|
|
android {
|
|
namespace = "com.twofasapp.di"
|
|
}
|
|
|
|
dependencies {
|
|
api(libs.bundles.koin)
|
|
api(libs.javaxInject)
|
|
} |