11 lines
190 B
Kotlin
11 lines
190 B
Kotlin
plugins {
|
|
id(ThunderbirdPlugins.Library.android)
|
|
}
|
|
|
|
android {
|
|
namespace = "app.k9mail.core.ui.legacy.designsystem"
|
|
}
|
|
|
|
dependencies {
|
|
api(projects.core.ui.legacy.theme2.common)
|
|
}
|