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

13 lines
225 B
Kotlin

plugins {
id(ThunderbirdPlugins.Library.android)
}
android {
namespace = "net.thunderbird.core.ui.account"
}
dependencies {
implementation(projects.core.ui.legacy.designsystem)
implementation(libs.glide)
}