17 lines
371 B
Kotlin
17 lines
371 B
Kotlin
plugins {
|
|
id("ivy.widget")
|
|
}
|
|
|
|
android {
|
|
namespace = "com.ivy.widget.balance"
|
|
}
|
|
|
|
dependencies {
|
|
implementation(projects.shared.base)
|
|
implementation(projects.shared.domain)
|
|
implementation(projects.shared.resources)
|
|
implementation(projects.temp.oldDesign)
|
|
implementation(projects.widget.sharedBase)
|
|
implementation(projects.temp.legacyCode)
|
|
}
|