11 lines
134 B
Kotlin
11 lines
134 B
Kotlin
plugins {
|
|
id("ivy.feature")
|
|
}
|
|
|
|
android {
|
|
namespace = "com.ivy.resources"
|
|
}
|
|
|
|
dependencies {
|
|
implementation(libs.material)
|
|
} |