tangem-app-android-audited/features/biometry/api/build.gradle.kts
2025-03-13 11:34:30 +03:00

15 lines
No EOL
298 B
Kotlin

plugins {
alias(deps.plugins.android.library)
alias(deps.plugins.kotlin.android)
id("configuration")
}
android {
namespace = "com.tangem.features.biometry"
}
dependencies {
/* Project - Core */
implementation(projects.core.decompose)
implementation(projects.core.ui)
}