Repo created
This commit is contained in:
parent
75dc487a7a
commit
39c29d175b
6317 changed files with 388324 additions and 2 deletions
27
feature/launcher/build.gradle.kts
Normal file
27
feature/launcher/build.gradle.kts
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
plugins {
|
||||
id(ThunderbirdPlugins.Library.androidCompose)
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "app.k9mail.feature.launcher"
|
||||
resourcePrefix = "launcher_"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(projects.core.ui.compose.designsystem)
|
||||
implementation(projects.legacy.ui.base)
|
||||
implementation(projects.feature.onboarding.main)
|
||||
implementation(projects.feature.settings.import)
|
||||
|
||||
implementation(projects.feature.account.edit)
|
||||
implementation(projects.feature.account.settings.api)
|
||||
implementation(projects.feature.account.setup)
|
||||
|
||||
implementation(projects.feature.funding.api)
|
||||
|
||||
implementation(libs.androidx.activity.compose)
|
||||
|
||||
testImplementation(projects.core.ui.compose.testing)
|
||||
|
||||
implementation(projects.feature.debugSettings)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue