16 lines
No EOL
305 B
Kotlin
16 lines
No EOL
305 B
Kotlin
plugins {
|
|
alias(deps.plugins.android.library)
|
|
alias(deps.plugins.kotlin.android)
|
|
id("configuration")
|
|
}
|
|
|
|
android {
|
|
namespace = "com.tangem.features.disclaimer.api"
|
|
}
|
|
|
|
dependencies {
|
|
|
|
/* Project - Core */
|
|
implementation(projects.core.decompose)
|
|
implementation(projects.core.ui)
|
|
} |