Repo created
This commit is contained in:
parent
75dc487a7a
commit
39c29d175b
6317 changed files with 388324 additions and 2 deletions
28
feature/settings/import/build.gradle.kts
Normal file
28
feature/settings/import/build.gradle.kts
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
plugins {
|
||||
id(ThunderbirdPlugins.Library.androidCompose)
|
||||
alias(libs.plugins.kotlin.parcelize)
|
||||
}
|
||||
|
||||
android {
|
||||
// Using "importing" because "import" is not allowed in Java package names (it's fine with Kotlin, though)
|
||||
namespace = "app.k9mail.feature.settings.importing"
|
||||
resourcePrefix = "settings_import_"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(projects.legacy.core)
|
||||
implementation(projects.legacy.ui.base)
|
||||
implementation(projects.core.ui.compose.designsystem)
|
||||
implementation(projects.core.ui.legacy.designsystem)
|
||||
|
||||
implementation(projects.feature.migration.launcher.api)
|
||||
implementation(projects.feature.account.oauth)
|
||||
implementation(libs.appauth)
|
||||
|
||||
implementation(libs.androidx.activity.compose)
|
||||
implementation(libs.androidx.fragment.compose)
|
||||
implementation(libs.androidx.constraintlayout)
|
||||
implementation(libs.fastadapter)
|
||||
|
||||
testImplementation(projects.core.logging.testing)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue