mirror of
https://github.com/twofas/2fas-android.git
synced 2024-11-26 04:09:51 +01:00
3488c3bc3d
wip
14 lines
316 B
Plaintext
14 lines
316 B
Plaintext
@Suppress("DSL_SCOPE_VIOLATION")
|
|
plugins {
|
|
alias(libs.plugins.twofasAndroidLibrary)
|
|
alias(libs.plugins.kotlinSerialization)
|
|
}
|
|
|
|
android {
|
|
namespace = "com.twofasapp.serialization"
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":core:di"))
|
|
api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2")
|
|
} |