thunderbird-android/feature/account/common/build.gradle.kts
2023-08-31 19:07:25 +02:00

17 lines
383 B
Text

plugins {
id(ThunderbirdPlugins.Library.androidCompose)
}
android {
namespace = "app.k9mail.feature.account.common"
resourcePrefix = "account_common_"
}
dependencies {
implementation(projects.core.ui.compose.designsystem)
implementation(projects.core.common)
implementation(projects.mail.common)
testImplementation(projects.core.ui.compose.testing)
}