k9-mail/core/ui/account/build.gradle.kts

14 lines
225 B
Text
Raw Normal View History

2025-11-22 13:56:56 +01:00
plugins {
id(ThunderbirdPlugins.Library.android)
}
android {
namespace = "net.thunderbird.core.ui.account"
}
dependencies {
implementation(projects.core.ui.legacy.designsystem)
implementation(libs.glide)
}