Files
AndroidJetpack/ivy-wallet/screen/settings/build.gradle.kts
T
coco 723ce1af5c a
2026-07-03 15:12:48 +08:00

21 lines
500 B
Kotlin

plugins {
id("ivy.feature")
}
android {
namespace = "com.ivy.settings"
}
dependencies {
implementation(projects.shared.base)
implementation(projects.shared.domain)
implementation(projects.shared.resources)
implementation(projects.temp.oldDesign)
implementation(projects.shared.navigation)
implementation(projects.temp.legacyCode)
implementation(projects.widget.balance)
implementation(projects.shared.data)
testImplementation(projects.shared.testing)
}