k9-mail/core/ui/theme/api/build.gradle.kts

8 lines
123 B
Text
Raw Normal View History

2025-11-22 13:56:56 +01:00
plugins {
id(ThunderbirdPlugins.Library.kmpCompose)
}
android {
namespace = "net.thunderbird.core.ui.theme.api"
}