8 lines
114 B
Kotlin
8 lines
114 B
Kotlin
plugins {
|
|
id("io.element.android-compose-library")
|
|
}
|
|
|
|
android {
|
|
namespace = "io.element.android.x.core"
|
|
}
|