k9-mail/core/ui/legacy/designsystem/build.gradle.kts
2025-11-22 13:56:56 +01:00

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)
}