2fas-android/di/build.gradle.kts
Rafał Kobyłko 59374b5309 Initial open source commit
Code review


Clean up
2023-01-24 17:35:17 +01:00

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)
}