mirror of
https://github.com/twofas/2fas-android.git
synced 2024-12-18 15:10:22 +01:00
3488c3bc3d
wip
18 lines
434 B
Plaintext
18 lines
434 B
Plaintext
@Suppress("DSL_SCOPE_VIOLATION")
|
|
plugins {
|
|
alias(libs.plugins.twofasAndroidLibrary)
|
|
alias(libs.plugins.kotlinSerialization)
|
|
}
|
|
|
|
android {
|
|
namespace = "com.twofasapp.network"
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":core:di"))
|
|
implementation(project(":core:common"))
|
|
implementation(libs.kotlinCoroutines)
|
|
implementation(libs.kotlinSerialization)
|
|
implementation(libs.timber)
|
|
api(libs.bundles.ktor)
|
|
} |