mirror of
https://github.com/twofas/2fas-android.git
synced 2024-11-22 10:20:15 +01:00
59374b5309
Code review Clean up
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)
|
|
} |