15 lines
286 B
Kotlin
15 lines
286 B
Kotlin
plugins {
|
|
id(ThunderbirdPlugins.Library.android)
|
|
}
|
|
|
|
android {
|
|
namespace = "net.thunderbird.core.ui.theme.manager"
|
|
}
|
|
|
|
dependencies {
|
|
api(projects.core.ui.theme.api)
|
|
|
|
implementation(projects.core.ui.legacy.designsystem)
|
|
|
|
implementation(projects.core.preference.api)
|
|
}
|