16 lines
No EOL
287 B
Kotlin
16 lines
No EOL
287 B
Kotlin
plugins {
|
|
alias(deps.plugins.android.library)
|
|
alias(deps.plugins.kotlin.android)
|
|
id("kotlin-parcelize")
|
|
id("configuration")
|
|
}
|
|
|
|
android {
|
|
namespace = "com.tangem.features.send.api"
|
|
}
|
|
|
|
dependencies {
|
|
|
|
/** AndroidX */
|
|
implementation(deps.androidx.fragment.ktx)
|
|
} |