12 lines
144 B
Kotlin
12 lines
144 B
Kotlin
plugins {
|
|
id("ivy.feature")
|
|
}
|
|
|
|
android {
|
|
namespace = "com.ivy.design"
|
|
}
|
|
|
|
dependencies {
|
|
implementation(projects.shared.resources)
|
|
}
|