8 lines
78 B
Kotlin
8 lines
78 B
Kotlin
plugins {
|
|
id("ivy.feature")
|
|
}
|
|
|
|
android {
|
|
namespace = "com.ivy.base"
|
|
}
|