forked from dsutanto/bChot-android
12 lines
197 B
Kotlin
12 lines
197 B
Kotlin
plugins {
|
|
id("io.element.android-library")
|
|
}
|
|
|
|
android {
|
|
namespace = "io.element.android.features.${MODULE_NAME}.api"
|
|
}
|
|
|
|
dependencies {
|
|
implementation(projects.libraries.architecture)
|
|
}
|