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

15 lines
318 B
Kotlin

plugins {
id(ThunderbirdPlugins.Library.android)
}
android {
namespace = "app.k9mail.legacy.message"
}
dependencies {
implementation(projects.core.android.account)
implementation(projects.feature.search.implLegacy)
implementation(projects.mail.common)
implementation(projects.backend.api)
}