15 lines
339 B
Text
15 lines
339 B
Text
plugins {
|
|
id(ThunderbirdPlugins.Library.androidCompose)
|
|
}
|
|
|
|
android {
|
|
namespace = "app.k9mail.feature.account.setup"
|
|
resourcePrefix = "account_setup_"
|
|
}
|
|
|
|
dependencies {
|
|
implementation(projects.core.ui.compose.designsystem)
|
|
implementation(projects.core.common)
|
|
|
|
testImplementation(projects.core.ui.compose.testing)
|
|
}
|