12 lines
230 B
Kotlin
12 lines
230 B
Kotlin
plugins {
|
|
id(ThunderbirdPlugins.Library.android)
|
|
}
|
|
|
|
dependencies {
|
|
implementation(projects.legacy.ui.legacy)
|
|
implementation(projects.legacy.core)
|
|
}
|
|
|
|
android {
|
|
namespace = "app.k9mail.feature.widget.message.list"
|
|
}
|