Updated on 2026-08-14
This commit is contained in:
parent
9bde46f408
commit
e8b15413d2
13 changed files with 133 additions and 0 deletions
1
data/virtual-account/.gitignore
vendored
Normal file
1
data/virtual-account/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/build
|
||||
13
data/virtual-account/build.gradle.kts
Normal file
13
data/virtual-account/build.gradle.kts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
plugins {
|
||||
alias(deps.plugins.android.library)
|
||||
alias(deps.plugins.kotlin.android)
|
||||
alias(deps.plugins.ksp)
|
||||
id("configuration")
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "com.tangem.data.virtualaccount"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue